CellRecord
Overview
CellRecord เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
ตัวแทนบันทึกเซลล์.
หมวดนี้ให้ 15 วิธีในการทํางานกับวัตถุ CellRecord ในโปรแกรม C++. วิธีการที่ใช้ได้แก่: CellRecord, CellValue, CellValueKind, GetFormula, GetIsExplicitlyStored, GetKind, GetStyle, GetValue, SetFormula, SetIsExplicitlyStored, SetKind, SetStyle,และวิธีการเพิ่มเติม 2 วิธี. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++. วิธีการเข้า: CellValue, CellValueKind, StyleValue.
วิธีการเข้าถึง
| Name | Type | Access | Description |
|---|---|---|---|
CellValue | CellValue | Read | ได้ค่าเซลล์. |
CellValueKind | CellValueKind | Read | ได้ค่าเซลล์ประเภท. |
StyleValue | StyleValue | Read | ได้ค่าสไตล์. |
Methods
| Signature | Description |
|---|---|
CellValue() → CellValue | ได้หรือกําหนดค่า. |
CellValueKind() → CellValueKind | ได้หรือกําหนดชนิด. |
StyleValue() → StyleValue | ได้หรือกําหนดสไตล์. |
CellRecord() | เริ่มต้นตัวอย่างใหม่ของคลาส CellRecord. |
GetValue() → CellValue | ได้หรือกําหนดค่า. |
SetValue(value: CellValue) | กําหนดค่าของค่านิยม. |
GetKind() → CellValueKind | ได้หรือกําหนดชนิด. |
SetKind(value: CellValueKind) | กําหนดค่าแบบ. |
GetFormula() → std::string | ได้หรือกําหนดสูตร. |
SetFormula(value: std::string) | กําหนดค่าสูตร. |
SetFormula(value: std::string) | กําหนดค่าสูตร. |
GetStyle() → StyleValue | ได้หรือกําหนดสไตล์. |
SetStyle(value: StyleValue) | กําหนดค่าสไตล์. |
GetIsExplicitlyStored() → bool | ได้รับหรือกําหนดค่าที่แสดงว่าถูกเก็บไว้อย่างชัดเจนหรือไม่. |
SetIsExplicitlyStored(value: bool) | กําหนดค่าที่ถูกเก็บไว้อย่างชัดเจน. |