TableColumn
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
| Name | Type | Access | Description |
|---|---|---|---|
id | `` | Read | 得到了身份证. |
name | `` | Read | 得到了这个名字. |
totals_row_function | `` | Read | 得到了总数行函数. |
totals_row_label | `` | Read | 得到了总数行标签. |
totals_row_formula | `` | Read | 这就是总数的公式. |
Methods
| Signature | Description |
|---|---|
__init__(col_id: int, name: str) | |
copy() |