Windows.Add(Object) Method

Definition

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.

Applies to