Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
SheetType |
ExcelWorksheet.getType()
Gets worksheet type.
|
static SheetType |
SheetType.valueOf(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 |
---|---|
ExcelWorksheet |
ExcelWorksheetCollection.add(SheetType type,
String worksheetName)
Adds an empty worksheet to the end of the collection.
|
ExcelWorksheet |
ExcelWorksheetCollection.insertEmpty(int worksheetIndex,
SheetType type,
String worksheetName)
Inserts empty worksheet at the specified index.
|
ExcelWorksheet |
ExcelWorksheetCollection.insertInternal(SheetType type,
String worksheetName,
int position)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.