ListObjectCollection
Overview
ListObjectCollection is a class in Aspose.Cells FOSS for .NET.
Inherits from: IListObjectOwner.
Represents the collection of Excel tables on a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of tables in the collection |
Methods
| Signature | Description |
|---|---|
Add(startRow: int, startColumn: int, endRow: int, endColumn: int, hasHeaders: bool) | Adds a new table covering the specified zero-based range and returns its index. |
Add(startCellName: string, endCellName: string, hasHeaders: bool) | Adds a new table covering the specified zero-based range and returns its index. |
RemoveAt(index: int) | Removes the table at the specified zero-based index, leaving cell data in place. |