Share via


Windows Members

Include Protected Members
Include Inherited Members

A collection of all the Window objects in Microsoft Excel.

The Windows type exposes the following members.

Properties

  Name Description
Public property _Default Reserved for internal use.
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Count Returns the number of objects in the collection.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Item Returns a single object from a collection.
Public property Parent Returns the parent object for the specified object.
Public property SyncScrollingSideBySide True enables scrolling the contents of windows at the same time when documents are being compared side by side. False disables scrolling the windows at the same time.

Top

Methods

  Name Description
Public method Arrange Arranges the windows on the screen.
Public method BreakSideBySide Ends side-by-side mode if two windows are in side-by-side mode.
Public method CompareSideBySideWith Opens two windows in side-by-side mode.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator()
Public method ResetPositionsSideBySide Resets the position of two worksheet windows that are being compared side by side.

Top

See Also

Reference

Windows Interface

Microsoft.Office.Interop.Excel Namespace