TableColumn
Overview
TableColumn is a class in Aspose.Cells FOSS for Python.
Settings for a single table column.
This class provides 2 methods for working with TableColumn objects in Python programs.
Available methods include: __init__, copy.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: id, name, totals_row_formula, totals_row_function, totals_row_label.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | `` | Read | Gets the id. |
name | `` | Read | Gets the name. |
totals_row_function | `` | Read | Gets the totals row function. |
totals_row_label | `` | Read | Gets the totals row label. |
totals_row_formula | `` | Read | Gets the totals row formula. |
Methods
| Signature | Description |
|---|---|
__init__(col_id: int, name: str) | |
copy() |