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 | |
---|---|---|
_Default | Reserved for internal use. | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Count | Returns the number of objects in the collection. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Item | Returns a single object from a collection. | |
Parent | Returns the parent object for the specified object. | |
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 | |
---|---|---|
Arrange | Arranges the windows on the screen. | |
BreakSideBySide | Ends side-by-side mode if two windows are in side-by-side mode. | |
CompareSideBySideWith | Opens two windows in side-by-side mode. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
ResetPositionsSideBySide | Resets the position of two worksheet windows that are being compared side by side. |
Top