Frameset.ChildFramesetItem[Int32] Property

Definition

Returns the Frameset object that represents the specified child Frameset object.

public:
 property Microsoft::Office::Interop::Word::Frameset ^ ChildFramesetItem[int] { Microsoft::Office::Interop::Word::Frameset ^ get(int Index); };
public Microsoft.Office.Interop.Word.Frameset ChildFramesetItem[int Index] { get; }
member this.ChildFramesetItem(int) : Microsoft.Office.Interop.Word.Frameset
Public ReadOnly Property ChildFramesetItem(Index As Integer) As Frameset

Parameters

Index
Int32

Required Integer. The index number of the specified frame.

Property Value

Remarks

This property applies only to Frameset objects of type wdFramesetTypeFrameset.

Applies to