Pane Object Members

Excel Developer Reference

Represents a pane of a window.

Methods

  Name Description
Bb242402.methods(en-us,office.12).gif Activate Activates the pane.
Bb242402.methods(en-us,office.12).gif LargeScroll Scrolls the contents of the window by pages.
Bb242402.methods(en-us,office.12).gif PointsToScreenPixelsX Returns or sets a pixel point on the screen.
Bb242402.methods(en-us,office.12).gif PointsToScreenPixelsY Returns or sets the location of the pixel on the screen.
Bb242402.methods(en-us,office.12).gif ScrollIntoView Scrolls the document window so that the contents of a specified rectangular area are displayed in either the upper-left or lower-right corner of the document window or pane (depending on the value of the Start argument).
Bb242402.methods(en-us,office.12).gif SmallScroll Scrolls the contents of the window by rows or columns.

Properties

  Name Description
Bb242402.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb242402.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.
Bb242402.properties(en-us,office.12).gif Index Returns a Long value that represents the index number of the object within the collection of similar objects.
Bb242402.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb242402.properties(en-us,office.12).gif ScrollColumn Returns or sets the number of the leftmost column in the pane or window. Read/write Long.
Bb242402.properties(en-us,office.12).gif ScrollRow Returns or sets the number of the row that appears at the top of the pane or window. Read/write Long.
Bb242402.properties(en-us,office.12).gif VisibleRange Returns a Range object that represents the range of cells that are visible in the window or pane. If a column or row is partially visible, it's included in the range. Read-only.