Aspose::Cells::Rendering::SheetSet class

SheetSet class

Describes a set of sheets.

class SheetSet

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SheetSet& src)operator=
explicit SheetSet(const Vector <int32_t>& sheets)Creates a sheet set based on exact sheet indexes.
SheetSet(SheetSet_Impl* impl)Constructs from an implementation object.
SheetSet(const SheetSet& src)Copy constructor.
~SheetSet()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also