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.

วิธีการเข้าถึง

NameTypeAccessDescription
CellValueCellValueReadได้ค่าเซลล์.
CellValueKindCellValueKindReadได้ค่าเซลล์ประเภท.
StyleValueStyleValueReadได้ค่าสไตล์.

Methods

SignatureDescription
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)กําหนดค่าที่ถูกเก็บไว้อย่างชัดเจน.

See Also

 ภาษาไทย