Windows Object Members

A collection of Window objects that represent all the available windows. The Windows collection for the Application object contains all the windows in the application, whereas the Windows collection for the Document object contains only the windows that display the specified document.

Methods

Name

Description

Add

Returns a Window object that represents a new window of a document.

Arrange

Arranges all open document windows in the application workspace.

BreakSideBySide

Ends side by side mode if two windows are in side by side mode. Returns a Boolean that represents whether the method was successful.

CompareSideBySideWith

Opens two windows in side by side mode. Returns a Boolean.

Item

Returns an individual Window object in a collection.

ResetPositionsSideBySide

Resets two document windows that are in the Compare side by side with view mode.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application.

Count

Returns a Long that represents the number of windows in the collection. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

Parent

Returns an Object that represents the parent object of the specified Windows object.

SyncScrollingSideBySide

True enables scrolling the contents of the windows at the same time. Read/write Boolean.