Edit

Share via


Pane.Frameset Property

Definition

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.

Applies to