Frameset.AddNewFrame(WdFramesetNewFrameLocation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Required WdFramesetNewFrameLocation. Sets the location where the new frame is to be added in relation to the specified frame.