Aspose::Cells::Rendering::SheetSet class
Contents
[
Hide
]SheetSet class
Describes a set of sheets.
class SheetSet
Methods
| Method | Description |
|---|---|
| static GetActive() | Gets a set with active sheet of the workbook. |
| static GetAll() | Gets a set with all sheets of the workbook in their original order. |
| static GetVisible() | Gets a set with visible sheets of the workbook in their original order. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const SheetSet& src) | operator= |
| explicit SheetSet(const Vector <int32_t>& sheetIndexes) | Creates a sheet set based on exact sheet indexes. |
| explicit SheetSet(const Vector <U16String>& sheetNames) | Creates a sheet set based on exact sheet names. |
| SheetSet(SheetSet_Impl* impl) | Constructs from an implementation object. |
| SheetSet(const SheetSet& src) | Copy constructor. |
| ~SheetSet() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++