public interface IPane
| Modifier and Type | Method and Description |
|---|---|
boolean |
activate()
Activates the pane.
|
int |
getIndex()
Returns a int value that represents the index number of the object within the collection of similar objects.
|
int |
getScrollColumn()
Returns the number of the leftmost column in the pane or worksheet.
|
int |
getScrollRow()
Returns the number of the row that appears at the top of the pane or worksheet.
|
void |
setScrollColumn(int value)
Sets the number of the leftmost column in the pane or worksheet.
|
void |
setScrollRow(int value)
Sets the number of the row that appears at the top of the pane or worksheet.
|
boolean activate()
You cannot activate a frozen pane.
int getIndex()
int getScrollColumn()
void setScrollColumn(int value)
int getScrollRow()
void setScrollRow(int value)