PaneCollection

PaneCollection class

Represents all Pane objects shown in the specified window.

class PaneCollection;

Properties

PropertyTypeDescription
firstVisibleRowOfBottomPanenumberGets and sets the first visible row of the bottom pane.
firstVisibleColumnOfRightPanenumberGets and sets the first visible column of the right pane.
acitvePaneTypeRectangleAlignmentTypeGets 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;