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.

Methods

MethodDescription
getFirstVisibleRowOfBottomPane()@deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane.
setFirstVisibleRowOfBottomPane(number)@deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane.
getFirstVisibleColumnOfRightPane()@deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane.
setFirstVisibleColumnOfRightPane(number)@deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane.
getAcitvePaneType()@deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane.
setAcitvePaneType(RectangleAlignmentType)@deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane.
isNull()Checks whether the implementation object is null.

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;

getFirstVisibleRowOfBottomPane()

@deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane.

getFirstVisibleRowOfBottomPane() : number;

setFirstVisibleRowOfBottomPane(number)

@deprecated. Please use the ‘firstVisibleRowOfBottomPane’ property instead. Gets and sets the first visible row of the bottom pane.

setFirstVisibleRowOfBottomPane(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getFirstVisibleColumnOfRightPane()

@deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane.

getFirstVisibleColumnOfRightPane() : number;

setFirstVisibleColumnOfRightPane(number)

@deprecated. Please use the ‘firstVisibleColumnOfRightPane’ property instead. Gets and sets the first visible column of the right pane.

setFirstVisibleColumnOfRightPane(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getAcitvePaneType()

@deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane.

getAcitvePaneType() : RectangleAlignmentType;

Returns

RectangleAlignmentType

setAcitvePaneType(RectangleAlignmentType)

@deprecated. Please use the ‘acitvePaneType’ property instead. Gets and sets the active pane.

setAcitvePaneType(value: RectangleAlignmentType) : void;

Parameters:

ParameterTypeDescription
valueRectangleAlignmentTypeThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;