Frameset.ChildFramesetItem property (Word)
Returns the Frameset object that represents the child Frameset object specified by the Index argument. Read-only.
Syntax
expression. ChildFramesetItem
(Index)
expression An expression that returns a 'Frameset' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Required | Long | The index number of the specified frame. |
Remarks
This property applies only to Frameset objects of type wdFramesetTypeFrameset.
For more information on creating frames pages, see Creating Frames Pages.
Example
This example sets the name of the third child frame of the specified frame to "BottomFrame".
ActiveWindow.Document.Frameset _
.ChildFramesetItem(3).FrameName = "BottomFrame"
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.