SheetSet
Contents
[
Hide
]SheetSet class
Describes a set of sheets.
Constructors
| Name | Description |
|---|---|
| SheetSet | Creates a sheet set based on exact sheet indexes. If a sheet is encountered that is not in the workbook, an exception wi |
| SheetSet |
Properties
| Name | Type | Description |
|---|---|---|
| Active | SheetSet | Gets a set with active sheet of the workbook. |
| Visible | SheetSet | Gets a set with visible sheets of the workbook in their original order. |
| All | SheetSet | Gets 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.
| Parameter | Type | Description |
|---|---|---|
| sheets | zero 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