Share via


Frameset.ChildFramesetCount Property

Word Developer Reference

Returns the number of child Frameset objects associated with the specified Frameset object. Read-only Long.

Syntax

expression.ChildFramesetCount

expression   A variable that represents a Frameset object.

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 displays the number of child Frameset objects contained by the Frameset object that represents the specified frames page.

Visual Basic for Applications
  MsgBox ActiveWindow.Document_
    .Frameset.ChildFramesetCount

See Also