Pane.Frameset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Frameset object that represents an entire frames page or a single frame on a frames page. Read-only.
public:
property Microsoft::Office::Interop::Word::Frameset ^ Frameset { Microsoft::Office::Interop::Word::Frameset ^ get(); };
public Microsoft.Office.Interop.Word.Frameset Frameset { get; }
member this.Frameset : Microsoft.Office.Interop.Word.Frameset
Public ReadOnly Property Frameset As Frameset
Property Value
Examples
This example adds a new frame to the immediate right of the specified frame.
<span class="label">ActiveDocument.ActiveWindow.ActivePane.</span>
<span class="label">Frameset</span>
<span class="label">_ .AddNewFrame wdFramesetNewRight</span>
Remarks
For more information on creating frames pages, see Creatingframespages#SameCHM.