Pane.Frameset Property (Word)
Returns a Frameset object that represents an entire frames page or a single frame on a frames page. Read-only.
Syntax
expression .Frameset
expression A variable that represents a Pane object.
Remarks
For more information on creating frames pages, see Creating frames pages.
Example
This example adds a new frame to the immediate right of the specified frame.
ActiveDocument.ActiveWindow.ActivePane.Frameset _
.AddNewFrame wdFramesetNewRight