Pane.Frameset Property
Returns a Frameset object that represents an entire frames page or a single frame on a frames page. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Frameset As Frameset
Get
'Usage
Dim instance As Pane
Dim value As Frameset
value = instance.Frameset
Frameset Frameset { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Frameset
Remarks
For more information on creating frames pages, see [Creatingframespages#SameCHM].
Examples
This example adds a new frame to the immediate right of the specified frame.
ActiveDocument.ActiveWindow.ActivePane.Frameset_ .AddNewFrame wdFramesetNewRight