Share via


Frameset.ChildFramesetCount Property

Returns the number of child Frameset objects associated with the specified Frameset object.

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

Syntax

'Declaration
ReadOnly Property ChildFramesetCount As Integer
    Get
'Usage
Dim instance As Frameset
Dim value As Integer

value = instance.ChildFramesetCount
int ChildFramesetCount { get; }

Property Value

Type: System.Int32

Remarks

This property applies only to Frameset objects of type wdFramesetTypeFrameset.

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace