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

NameTypeAccessDescription
id``ReadGets the id.
name``ReadGets the name.
totals_row_function``ReadGets the totals row function.
totals_row_label``ReadGets the totals row label.
totals_row_formula``ReadGets the totals row formula.

Methods

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

See Also