Edit

Share via


Frameset.AddNewFrame(WdFramesetNewFrameLocation) Method

Definition

Adds a new frame to a frames page.

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

Parameters

Where
WdFramesetNewFrameLocation

Required WdFramesetNewFrameLocation. Sets the ___location where the new frame is to be added in relation to the specified frame.

Returns

Applies to