java.lang.Object
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 SheetSet | getAll() | |
|
Gets a set with all sheets of the workbook in their original order.
|
static SheetSet | getVisible() | |
|
Gets a set with visible sheets of the workbook in their original order.
|
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.
-
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.