PaneCollection
PaneCollection class
Represents all Pane objects shown in the specified window.
class PaneCollection;
Properties
| Property | Type | Description |
|---|---|---|
| firstVisibleRowOfBottomPane | number | Gets and sets the first visible row of the bottom pane. |
| firstVisibleColumnOfRightPane | number | Gets and sets the first visible column of the right pane. |
| acitvePaneType | RectangleAlignmentType | Gets and sets the active pane. |
firstVisibleRowOfBottomPane
Gets and sets the first visible row of the bottom pane.
firstVisibleRowOfBottomPane : number;
firstVisibleColumnOfRightPane
Gets and sets the first visible column of the right pane.
firstVisibleColumnOfRightPane : number;
acitvePaneType
Gets and sets the active pane.
acitvePaneType : RectangleAlignmentType;