Class SheetSet

Class SheetSet

Namespace: Aspose.Cells.Rendering
Assembly: Aspose.Cells.dll (25.2.0)

Describes a set of sheets.

public class SheetSet

Inheritance

objectSheetSet

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SheetSet(params int[])

Creates a sheet set based on exact sheet indexes.

public SheetSet(params int[] sheetIndexes)

Parameters

sheetIndexes int[]

zero based sheet indexes.

Remarks

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

SheetSet(params string[])

Creates a sheet set based on exact sheet names.

public SheetSet(params string[] sheetNames)

Parameters

sheetNames string[]

sheet names.

Remarks

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

Properties

Active

Gets a set with active sheet of the workbook.

public static SheetSet Active { get; }

Property Value

SheetSet

All

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

public static SheetSet All { get; }

Property Value

SheetSet

Visible

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

public static SheetSet Visible { get; }

Property Value

SheetSet