Frameset.ChildFramesetCount property (Word)

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.

MsgBox ActiveWindow.Document_ 
 .Frameset.ChildFramesetCount

See also

Frameset Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.