Pane.NewFrameset Method

Creates a new frames page based on the specified pane.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub NewFrameset
'Usage
Dim instance As Pane

instance.NewFrameset()
void NewFrameset()

Remarks

For more information on creating frames pages, see [Creatingframespages#SameCHM].

Examples

This example opens a document named "Temp.doc" and then creates a new frames page whose only frame contains "Temp.doc".

Documents.Open "C:\Documents\Temp.doc" 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



ActiveDocument.ActiveWindow.ActivePane.NewFrameset

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.Word Namespace