
The following Visual Basic example displays the names of the four frames defined in the preceding HTML example. If MyFrameset is a Frameset object corresponding to the outermost $gt FRAMESET$gt tags in the preceding HTML example, MyFrameset.ChildFramesetItem(1) returns a Frameset object of type wdFramesetTypeFrame that corresponds to the frame named "top." Similarly, MyFrameset.ChildFramesetItem(2) returns a Frameset object of type wdFramesetTypeFrameset, itself containing two Frameset objects: the first object corresponds to the frame named "left," the second is of type wdFramesetTypeFrameset.įrameset objects of type wdFramesetTypeFrame have no child frames, while objects of wdFramesetTypeFrameset have at least one.
Returns a Frameset object corresponding to the n th first-level