[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IPane

IPane Interface

Represents a pane of the worksheet.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IPane
Public Interface IPane

Properties

Name Description
Index

Gets an integer value that represents the index number of pane within the worksheet.

ScrollColumn

Gets the number of the left most column in the pane.

ScrollRow

Gets the number of the row that appears at the top of the pane.

Methods

Name Description
Activate()

Activates the pane.

LargeScroll(int, int)

Scrolls the contents of the pane by pages.

ScrollIntoView(int, int, int, int)

Scrolls the document so that the contents of a specified rectangular area are displayed in the upper-left corner of the pane.

SmallScroll(int, int)

Scrolls the contents of the pane by rows or columns.