TableColumn
Overview
TableColumn is a class in Aspose.Cells FOSS for Python.
Settings for a single table column.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | `` | Read | Gets the unique identifier (index) of the column within the table |
name | `` | Read | Gets or sets the header name of the column |
totals_row_function | `` | Read | Gets or sets the aggregate function used in the totals row for this column |
totals_row_label | `` | Read | Gets or sets the label displayed in the totals row for this column |
totals_row_formula | `` | Read | Gets or sets a custom formula applied in the totals row for this column |
Methods
| Signature | Description |
|---|---|
__init__(col_id: int, name: str) | |
copy() |