Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
Table |
ExcelWorksheet.addTable(String name,
CellRange range,
boolean hasHeaders)
Adds a new
Table to the table collection of this worksheet. |
Table |
ExcelWorksheet.addTable(String name,
String range,
boolean hasHeaders)
Adds a new
Table to the table collection of this worksheet. |
Table |
ExcelWorksheet.getTable(int index)
Gets the
Table at the specified index from the collection of this worksheet. |
Table |
ExcelWorksheet.getTable(String name)
Gets
Table described by name from the collection of this worksheet. |
Modifier and Type | Method and Description |
---|---|
Table |
TableCollection.add(String name,
CellRange range,
boolean hasHeaders)
Adds a new
Table to the collection. |
Table |
TableCollection.add(String name,
String range,
boolean hasHeaders)
Adds a new
Table to the collection. |
static Table |
Table.create(String name,
CellRange range)
Deprecated.
This method is internal and should not be used.
|
static Table |
Table.create(Table source,
ExcelWorksheet worksheet)
Deprecated.
This method is internal and should not be used.
|
Table |
TableCollection.get(int index)
Gets the
Table at the specified index. |
Table |
TableCollection.get(String name)
Gets
Table described by name from the collection. |
Table |
TableColumn.getParent()
Gets the parent
Table . |
Modifier and Type | Method and Description |
---|---|
Iterator<Table> |
TableCollection.iterator()
Gets the collection enumerator.
|
Optional<Table> |
TableCollection.tryGetTable(String name)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCollection.addInternal(Table table)
Deprecated.
This method is internal and should not be used.
|
static TableColumn |
TableColumn.create(Table parent)
Deprecated.
This method is internal and should not be used.
|
static Table |
Table.create(Table source,
ExcelWorksheet worksheet)
Deprecated.
This method is internal and should not be used.
|
boolean |
TableCollection.remove(Table table,
RemoveShiftDirection direction)
Removes the specified
Table . |
© GemBox d.o.o. — All rights reserved.