ListColumnModel
Overview
ListColumnModel เป็นคลาสใน Aspose.Cells FOSS สําหรับ Java.
รูปแบบภายในสําหรับตาราง (ListObject) คอลัมน์.
หมวดนี้ให้ 10 วิธีในการทํางานกับวัตถุ ListColumnModel ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: getId, getName, getTotalsRowFormula, getTotalsRowFunction, getTotalsRowLabel, setId, setName, setTotalsRowFormula, setTotalsRowFunction, setTotalsRowLabel. สมาชิกที่ส่งออกทั้งหมดสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for Java. คุณสมบัติ: id, name, totalsRowFormula, totalsRowFunction, totalsRowLabel.
Description
ListColumnModel เป็นคลาสในห้องสมุด Aspose.Cells FOSS สําหรับ Java ที่เปิดเผย 10 วิธีและ 5 คุณลักษณะสําหรับการใช้งานโปรแกรม.
ความสามารถหลัก ประกอบด้วย: string; string; string.การปฏิบัติงานเหล่านี้ทําให้ผู้พัฒนาสามารถรวมฟังก์ชันของ listcolumnmodel ได้โดยตรงกับแอปพลิเคชั่น Java.
กลุ่มนี้ยังให้บริการที่ id ของ (ได้ id) name อสังหาริมทรัพย์ (ได้รับชื่อ) totalsRowFunction property (ได้ฟังก์ชันแถวรวม).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | int | Read | ได้รหัสตัวตนแล้ว. |
name | String | Read | ได้ชื่อแล้ว. |
totalsRowFunction | String | Read | ได้ฟังก์ชันแถวรวม. |
totalsRowLabel | String | Read | ได้มาตราการรวมแถว. |
totalsRowFormula | String | Read | ได้สูตรแถวรวม. |
Methods
| Signature | Description |
|---|---|
getId() → int | กลับ ID. |
setId(id: int) | กําหนดค่า id. |
getName() → String | ส่งชื่อกลับมา. |
setName(name: String) | กําหนดค่าชื่อ. |
getTotalsRowFunction() → String | กลับฟังก์ชันแถวรวม. |
setTotalsRowFunction(totalsRowFunction: String) | กําหนดค่าฟังก์ชันแถวรวม. |
getTotalsRowLabel() → String | กลับตัวกระทู้จํานวนรวม. |
setTotalsRowLabel(totalsRowLabel: String) | กําหนดค่าเครื่องหมายแถวรวม. |
getTotalsRowFormula() → String | ส่งสูตรแถวรวมผลกลับ. |
setTotalsRowFormula(totalsRowFormula: String) | กําหนดค่าสูตรแถวรวม. |