PaneCollection
Contents
[
Hide
]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. |
| activePaneType | RectangleAlignmentType | Gets and sets the active 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;
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.