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.
activePaneTypeRectangleAlignmentTypeGets and sets the active 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;

activePaneType

Gets and sets the active pane.

activePaneType : RectangleAlignmentType;

acitvePaneType

Gets and sets the active pane.

acitvePaneType : RectangleAlignmentType;

Remarks

NOTE: This property is now obsolete. Instead, please use PaneCollection.ActivePaneType property. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.