Aspose::Cells::PaneCollection class
Contents
[
Hide
]PaneCollection class
Represents all Pane objects shown in the specified window.
class PaneCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++