aspose.cells

Class SheetSet

Describes a set of sheets.

Constructor Summary
SheetSet(sheets)
Creates a sheet set based on exact sheet indexes.
 
Property Getters/Setters Summary
static functiongetActive()
Gets a set with active sheet of the workbook.
static functiongetAll()
Gets a set with all sheets of the workbook in their original order.
static functiongetVisible()
Gets a set with visible sheets of the workbook in their original order.
 

    • Constructor Detail

      • SheetSet

        function SheetSet(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: Number Array - zero based sheet indexes.
    • Property Getters/Setters Detail

      • getActive : SheetSet 

        function static getActive()
        
        Gets a set with active sheet of the workbook.
      • getVisible : SheetSet 

        function static getVisible()
        
        Gets a set with visible sheets of the workbook in their original order.
      • getAll : SheetSet 

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