| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ITableColumn |
ITableColumns.add()
Adds a new column to the table object.
|
ITableColumn |
ITableColumns.add(int position)
Adds a new column to the table object.
|
ITableColumn |
ITableColumns.get(int index)
Gets the
ITableColumn at the specified index. |
ITableColumn |
ITableColumns.get(java.lang.String name)
Gets the
ITableColumn at the specified column name. |