Pane.Frameset プロパティ

定義

フレーム ページ全体または Frameset フレーム ページ上の 1 つのフレームを表す オブジェクトを返します。 読み取り専用です。

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

プロパティ値

次の使用例は、指定したフレームの右側に新しいフレームを追加します。

<span class="label">ActiveDocument.ActiveWindow.ActivePane.</span>
<span class="label">Frameset</span>
<span class="label">_    .AddNewFrame wdFramesetNewRight</span>

注釈

フレーム ページの作成の詳細については、「」を参照してください Creatingframespages#SameCHM

適用対象