Share via


Frameset.ParentFrameset Property

Word Developer Reference

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.

Visual Basic for Applications
  MsgBox ActiveDocument.ActiveWindow.ActivePane _
    .Frameset.ParentFrameset.ChildFramesetCount

See Also