Windows.Add(Object) 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.
Returns a Window object that represents a new window of a document.
public Microsoft.Office.Interop.Word.Window Add (ref object Window);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Window
Public Function Add (Optional ByRef Window As Object) As Window
Parameters
- Window
- Object
Optional Object. The Window object you want to open another window for. If this argument is omitted, a new window is opened for the active document.
Returns
Remarks
A colon (:) and a number appear in the window caption when more than one window is open for the document.