java.lang.Object
com.aspose.cells.PaneCollection
public class PaneCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getAcitvePaneType() | |
void | setAcitvePaneType(int) | |
| Gets and sets the active pane. The value of the property is RectangleAlignmentType integer constant. | ||
int | getFirstVisibleColumnOfRightPane() | |
void | setFirstVisibleColumnOfRightPane(int) | |
| Gets and sets the first visible column of the right pane. | ||
int | getFirstVisibleRowOfBottomPane() | |
void | setFirstVisibleRowOfBottomPane(int) | |
| Gets and sets the first visible row of the bottom pane. | ||
| Property Getters/Setters Detail |
|---|
getFirstVisibleRowOfBottomPane/setFirstVisibleRowOfBottomPane | |
public int getFirstVisibleRowOfBottomPane() / public void setFirstVisibleRowOfBottomPane(int value) | |
getFirstVisibleColumnOfRightPane/setFirstVisibleColumnOfRightPane | |
public int getFirstVisibleColumnOfRightPane() / public void setFirstVisibleColumnOfRightPane(int value) | |
getAcitvePaneType/setAcitvePaneType | |
public int getAcitvePaneType() / public void setAcitvePaneType(int value) | |