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。 设置新框架与指定框架的相对位置。

返回

适用于