Class SheetSet

SheetSet class

Describes a set of sheets.

public class SheetSet

Constructors

NameDescription
SheetSet(int[])Creates a sheet set based on exact sheet indexes.

Properties

NameDescription
static Active { get; }Gets a set with active sheet of the workbook.
static All { get; }Gets a set with all sheets of the workbook in their original order.
static Visible { get; }Gets a set with visible sheets of the workbook in their original order.

See Also