Aspose::Cells::PaneCollection class

PaneCollection class

Represents all Pane objects shown in the specified window.

class PaneCollection

Methods

MethodDescription
GetAcitvePaneType()Gets and sets the active pane.
GetFirstVisibleColumnOfRightPane()Gets and sets the first visible column of the right pane.
GetFirstVisibleRowOfBottomPane()Gets and sets the first visible row of the bottom pane.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PaneCollection& src)operator=
PaneCollection(PaneCollection_Impl* impl)Constructs from an implementation object.
PaneCollection(const PaneCollection& src)Copy constructor.
SetAcitvePaneType(RectangleAlignmentType value)Gets and sets the active pane.
SetFirstVisibleColumnOfRightPane(int32_t value)Gets and sets the first visible column of the right pane.
SetFirstVisibleRowOfBottomPane(int32_t value)Gets and sets the first visible row of the bottom pane.
~PaneCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also