ListObjectCollection
Overview
ListObjectCollection is a class in Aspose.Cells FOSS for Java.
Collection of Excel tables (ListObjects) on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read |
Methods
| Signature | Description |
|---|---|
getCount() → int | |
get(index: int) → ListObject | Returns the table with the given display name (case-insensitive). Throws CellsException if not found. |
get(name: String) → ListObject | Returns the table with the given display name (case-insensitive). |
add(startRow: int, startColumn: int, endRow: int, endColumn: int, hasHeaders: boolean) → int | Adds a table covering the given zero-based row/column range. |
add(startCellName: String, endCellName: String, hasHeaders: boolean) → int | Adds a table from A1-style cell names (e.g. |
removeAt(index: int) | |
parseTableStyleType(name: String) → TableStyleType | |
tableStyleTypeName(type: TableStyleType) → String |