Pane Members

Include Protected Members
Include Inherited Members

Represents a pane of a window.

The Pane type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property Index Returns the index number of the object within the collection of similar objects.
Public property Parent Returns the parent object for the specified object.
Public property ScrollColumn Returns or sets the number of the leftmost column in the pane.
Public property ScrollRow Returns or sets the number of the row that appears at the top of the pane.
Public property 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
Public method Activate Activates the pane.
Public method LargeScroll Scrolls the contents of the window by pages.
Public method PointsToScreenPixelsX Returns or sets a pixel point on the screen.
Public method PointsToScreenPixelsY Returns or sets the location of the pixel on the screen.
Public method 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.
Public method SmallScroll Scrolls the contents of the window by rows or columns.

Top

See Also

Reference

Pane Interface

Microsoft.Office.Interop.Excel Namespace