| Constructor Summary | 
|---|
| SheetSet(sheets)Creates a sheet set based on exact sheet indexes. | 
| Property Getters/Setters Summary | ||
|---|---|---|
| static function | getActive() | |
| 
            Gets a set with active sheet of the workbook.
             | ||
| static function | getAll() | |
| 
            Gets a set with all sheets of the workbook in their original order.
             | ||
| static function | getVisible() | |
| 
            Gets a set with visible sheets of the workbook in their original order.
             | ||
function SheetSet(sheets)
sheets: Number Array - zero based sheet indexes.function static getActive()
function static getVisible()
function static getAll()