Pane Members (Excel)

Represents a pane of a window.

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 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).

SmallScroll

Scrolls the contents of the window by rows or columns.

Properties

Name

Description

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.

Creator

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

Index

Returns a Long value that represents the index number of the object within the collection of similar objects.

Parent

Returns the parent object for the specified object. Read-only.

ScrollColumn

Returns or sets the number of the leftmost column in the pane or window. Read/write Long.

ScrollRow

Returns or sets the number of the row that appears at the top of the pane or window. Read/write Long.

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.