_Workbook.NewWindow Method
Creates a new window or a copy of the specified window.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function NewWindow As Window
'Usage
Dim instance As _Workbook
Dim returnValue As Window
returnValue = instance.NewWindow()
Window NewWindow()
Return Value
Type: Microsoft.Office.Interop.Excel.Window