CellFormatValue
Overview
CellFormatValue เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงค่ารูปแบบเซลล์.
หมวดนี้ให้ 13 วิธีในการทํางานกับ CellFormatValue วัตถุในโปรแกรม C++. วิธีการที่ใช้ได้แก่: CellFormatValue, GetAlignment, GetBorderId, GetFillId, GetFontId, GetNumFmtId, GetProtection, SetAlignment, SetBorderId, SetFillId, SetFontId, SetNumFmtId,และ 1 วิธีการเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
CellFormatValue() | เริ่มต้นตัวอย่างใหม่ของคลาส. |
GetNumFmtId() → int | ได้หรือกําหนดตัวเลขที่ใช้ในการตรวจสอบ. |
SetNumFmtId(value: int) | กําหนดค่า num fmt id. |
GetFontId() → int | ได้รับหรือกําหนดตัวเลข Font id. |
SetFontId(value: int) | กําหนดค่า id ของตัวอักษร. |
GetFillId() → int | ได้รับหรือกําหนด id เติม. |
SetFillId(value: int) | กําหนดค่า id เติม. |
GetBorderId() → int | ได้รับหรือกําหนด ID ขอบเขต. |
SetBorderId(value: int) | กําหนดค่า border id. |
GetAlignment() → Core::AlignmentValue | ทําค่าการปรับตัว ค่าการพัฒนา. |
SetAlignment(value: Core::AlignmentValue) | กําหนดค่าการปรับตัว. |
GetProtection() → Core::ProtectionValue | แสดงค่าการป้องกัน คุ้มครอง. |
SetProtection(value: Core::ProtectionValue) | กําหนดค่าการป้องกัน. |