次の方法で共有


Frameset.AddNewFrame(WdFramesetNewFrameLocation) メソッド

定義

フレーム ページに新しいフレームを追加します。

public:
 Microsoft::Office::Interop::Word::Frameset ^ AddNewFrame(Microsoft::Office::Interop::Word::WdFramesetNewFrameLocation Where);
public Microsoft.Office.Interop.Word.Frameset AddNewFrame (Microsoft.Office.Interop.Word.WdFramesetNewFrameLocation Where);
abstract member AddNewFrame : Microsoft.Office.Interop.Word.WdFramesetNewFrameLocation -> Microsoft.Office.Interop.Word.Frameset
Public Function AddNewFrame (Where As WdFramesetNewFrameLocation) As Frameset

パラメーター

Where
WdFramesetNewFrameLocation

必須 WdFramesetNewFrameLocation。 WdFramesetNewFrameLocation クラスの定数のいずれかを使用して、指定されたフレームに対して、新しいフレームの相対的な位置を指定します。

戻り値

適用対象