[]
Represents a pane of the worksheet.
public interface IPane
Public Interface IPane
| 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. |
| 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. |