| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ITableRow |
ITableRows.add()
Adds a new row to the table object.
|
ITableRow |
ITableRows.add(int position)
Adds a new row to the table object.
|
ITableRow |
ITableRows.get(int index)
Gets the
ITableRow at the specified index. |