ListColumnModel

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

NameTypeAccessDescription
idintReadได้รหัสตัวตนแล้ว.
nameStringReadได้ชื่อแล้ว.
totalsRowFunctionStringReadได้ฟังก์ชันแถวรวม.
totalsRowLabelStringReadได้มาตราการรวมแถว.
totalsRowFormulaStringReadได้สูตรแถวรวม.

Methods

SignatureDescription
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)กําหนดค่าสูตรแถวรวม.

See Also

 ภาษาไทย