Package | Description |
---|---|
com.gembox.spreadsheet.tables |
Contains types that constitute model of Tables.
|
Modifier and Type | Method and Description |
---|---|
TableColumn |
TableColumnCollection.add()
Adds a new
TableColumn to the collection. |
TableColumn |
Table.addColumn()
Adds a new
TableColumn to the column collection of this Table. |
static TableColumn |
TableColumn.create(Table parent)
Deprecated.
This method is internal and should not be used.
|
TableColumn |
TableColumnCollection.get(int index)
Gets the
TableColumn at the specified index. |
TableColumn |
TableColumnCollection.get(String name)
Gets
TableColumn described by name from the collection. |
TableColumn |
Table.getColumn(int index)
Gets the
TableColumn at the specified index from the column collection of this Table. |
TableColumn |
Table.getColumn(String name)
Gets
TableColumn described by name from the column collection of this Table. |
TableColumn |
TableColumnCollection.insert(int index)
Inserts a new
TableColumn at the specified index. |
TableColumn |
Table.insertColumn(int index)
Inserts a new
TableColumn at the specified index to the column collection of this Table. |
Modifier and Type | Method and Description |
---|---|
Iterator<TableColumn> |
TableColumnCollection.iterator()
Gets the collection enumerator.
|
Optional<TableColumn> |
TableColumnCollection.tryGetColumn(String name)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
TableColumnCollection.add(TableColumn column)
Deprecated.
This method is internal and should not be used.
|
int |
TableColumnCollection.indexOf(TableColumn column)
Deprecated.
This method is internal and should not be used.
|
boolean |
TableColumnCollection.remove(TableColumn column)
Removes the specified
TableColumn . |
boolean |
Table.removeColumn(TableColumn column)
Removes the specified
TableColumn from the column collection of this Table. |
© GemBox d.o.o. — All rights reserved.