com.aspose.cells
Class SheetSet

java.lang.Object
    extended by com.aspose.cells.SheetSet

public class SheetSet 
extends java.lang.Object

Describes a set of sheets.


Constructor Summary
SheetSet(int[] sheets)
           Creates a sheet set based on exact sheet indexes.
 
Property Getters/Setters Summary
static SheetSetgetAll()
           Gets a set with all sheets of the workbook in their original order.
static SheetSetgetVisible()
           Gets a set with visible sheets of the workbook in their original order.
 

Constructor Detail

SheetSet

public SheetSet(int[] sheets)
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.
Parameters:
sheets - zero based sheet indexes.

Property Getters/Setters Detail

getVisible

public static SheetSet getVisible()
Gets a set with visible sheets of the workbook in their original order.

getAll

public static SheetSet getAll()
Gets a set with all sheets of the workbook in their original order.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.