Frameset.ParentFrameset property (Word)

Returns a Frameset object that represents the parent of the specified Frameset object on a frames page.

Syntax

expression. ParentFrameset

expression An expression that returns a 'Frameset' object.

Remarks

For more information on creating frames pages, see Creating Frames Pages.

Example

This example returns the number of child Frameset objects belonging to the parent Frameset object of the specified frame.

MsgBox ActiveDocument.ActiveWindow.ActivePane _ 
 .Frameset.ParentFrameset.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.