Frameset.ChildFramesetItem[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.