| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SheetType |
IWorksheet.getType()
Gets the sheet's type.
|
static SheetType |
SheetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SheetType[] |
SheetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IWorksheet |
IWorksheets.add(SheetType type)
Creates a new sheet.
|