SheetSet.SheetSet

SheetSet constructor

Creates a sheet set based on exact sheet indexes.

public SheetSet(int[] sheets)
ParameterTypeDescription
sheetsInt32[]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