SheetSet

SheetSet class

Describes a set of sheets.

Constructors

NameDescription
SheetSetCreates a sheet set based on exact sheet indexes. If a sheet is encountered that is not in the workbook, an exception wi
SheetSet

Properties

NameTypeDescription
ActiveSheetSetGets a set with active sheet of the workbook.
VisibleSheetSetGets a set with visible sheets of the workbook in their original order.
AllSheetSetGets a set with all sheets of the workbook in their original order.

SheetSet(sheetIndexes) (1 of 2)

Creates a sheet set based on exact sheet indexes. If a sheet is encountered that is not in the workbook, an exception will be thrown during rendering.

ParameterTypeDescription
sheetszero based sheet indexes.

SheetSet(sheetNames) (2 of 2)

SheetSet.Active property

Gets a set with active sheet of the workbook.

Type: SheetSet

SheetSet.Visible property

Gets a set with visible sheets of the workbook in their original order.

Type: SheetSet

SheetSet.All property

Gets a set with all sheets of the workbook in their original order.

Type: SheetSet