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

Concepts

Frameset Object

Frameset Object Members