Frameset.ChildFramesetItem Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property ChildFramesetItem ( _
    Index As Integer _
) As Frameset
    Get
'Usage
Dim instance As Frameset
Dim Index As Integer
Dim value As Frameset

value = instance.ChildFramesetItem(Index)
Frameset this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    Required Integer. The index number of the specified frame.

Property Value

Type: Microsoft.Office.Interop.Word.Frameset

Remarks

This property applies only to Frameset objects of type wdFramesetTypeFrameset.

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace