TableColumn

Overview

TableColumn 是Python的Aspose.Cells FOSS中的一个类.

单个表列的设置.

这个类提供了在Python程序中使用TableColumn 对象的2种方法. 有的方法包括: __init__, copy. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: id, name, totals_row_formula, totals_row_function, totals_row_label.

Properties

NameTypeAccessDescription
id``Read得到了身份证.
name``Read得到了这个名字.
totals_row_function``Read得到了总数行函数.
totals_row_label``Read得到了总数行标签.
totals_row_formula``Read这就是总数的公式.

Methods

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

See Also

 中文