Aspose::Cells::Rendering::SheetSet::SheetSet constructor

SheetSet::SheetSet(const Vector <int32_t>&) constructor

Creates a sheet set based on exact sheet indexes.

Aspose::Cells::Rendering::SheetSet::SheetSet(const Vector<int32_t> &sheets)
ParameterTypeDescription
sheetsconst Vector <int32_t>&zero based sheet indexes.

Remarks

If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.

See Also

SheetSet::SheetSet(SheetSet_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::Rendering::SheetSet::SheetSet(SheetSet_Impl *impl)

See Also

SheetSet::SheetSet(const SheetSet&) constructor

Copy constructor.

Aspose::Cells::Rendering::SheetSet::SheetSet(const SheetSet &src)

See Also