TableColumn

Overview

TableColumn is a class in Aspose.Cells FOSS for Python.

Settings for a single table column.

Properties

NameTypeAccessDescription
id``ReadGets the unique identifier (index) of the column within the table
name``ReadGets or sets the header name of the column
totals_row_function``ReadGets or sets the aggregate function used in the totals row for this column
totals_row_label``ReadGets or sets the label displayed in the totals row for this column
totals_row_formula``ReadGets or sets a custom formula applied in the totals row for this column

Methods

SignatureDescription
__init__(col_id: int, name: str)
copy()

See Also