Pane Members
Include Protected Members
Include Inherited Members
Represents a pane of a window.
The Pane type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Index | Returns the index number of the object within the collection of similar objects. | |
Parent | Returns the parent object for the specified object. | |
ScrollColumn | Returns or sets the number of the leftmost column in the pane. | |
ScrollRow | Returns or sets the number of the row that appears at the top of the pane. | |
VisibleRange | Returns a Range object that represents the range of cells that are visible in the pane. If a column or row is partially visible, it's included in the range. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the pane. | |
LargeScroll | Scrolls the contents of the window by pages. | |
PointsToScreenPixelsX | Returns or sets a pixel point on the screen. | |
PointsToScreenPixelsY | Returns or sets the location of the pixel on the screen. | |
ScrollIntoView | Scrolls the pane so that the contents of a specified rectangular area are displayed in either the upper-left or lower-right corner of the pane. | |
SmallScroll | Scrolls the contents of the window by rows or columns. |
Top