TableColumn
Overview
TableColumn เป็นคลาสใน Aspose.Cells FOSS สําหรับ Python.
การตั้งค่าสําหรับคอลัมน์ตารางเดียว.
หมวดนี้ให้ 2 วิธีในการทํางานกับวัตถุ TableColumn ในโปรแกรม Python. วิธีการที่ใช้ได้แก่: __init__, copy. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for 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() |