aspose.cells.tables
The Aspose.Cells.Tables namespace contains classes that represent tables, rows, cells and their formatting for Excel Spreadsheet files.
Classes
| Class | Description |
|---|---|
ListColumn | Represents a column in a Table. |
ListColumnCollection | Represents a list of all the ListColumn objects in the table. |
ListObject | Represents a table in a worksheet. |
ListObjectCollection | Represents a collection of ListObject objects in the worksheet. |
TableStyle | Represents the style of the table. |
TableStyleCollection | Represents all custom table styles. |
TableStyleElement | Represents the element of the table style. |
TableStyleElementCollection | Represents all elements of the table style. |
TableToRangeOptions | Represents the options when converting table to range. |
Enumerations
| Enumeration | Description |
|---|---|
TableDataSourceType | Represents the table’s data source type. |
TableStyleElementType | Represents the Table or PivotTable style element type. |
TableStyleType | Represents the built-in table style type. |
TotalsCalculation | Determines the type of calculation in the Totals row of the list column. |