LoadIssue
Overview
LoadIssue เป็นคลาสใน Aspose.Cells FOSS สําหรับ C++.
แสดงว่ามีปัญหาเรื่องของภาระ.
หมวดนี้ให้ 13 วิธีในการทํางานกับ LoadIssue วัตถุในโปรแกรม C++. วิธีการที่ใช้ได้แก่: GetCellRef, GetCode, GetDataLossRisk, GetMessage, GetPartUri, GetRepairApplied, GetRowIndex, GetSeverity, GetSheetName, SetCellRef, SetPartUri, SetRowIndex,และ 1 วิธีการเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for C++.
Methods
| Signature | Description |
|---|---|
GetCode() → std::string | ได้รหัสแล้ว. |
GetSeverity() → DiagnosticSeverity | มันมีความรุนแรงมากๆ. |
GetMessage() → std::string | ได้รับข้อความแล้ว. |
GetRepairApplied() → bool | ได้ค่าที่แสดงว่าการซ่อมแซมถูกใช้หรือไม่. |
GetDataLossRisk() → bool | ได้ค่าที่แสดงว่ามีความเสี่ยงในการสูญเสียข้อมูลหรือไม่. |
GetPartUri() → std::string | ได้หรือตั้งส่วน uri. |
SetPartUri(value: std::string_view) | กําหนดค่าของส่วน uri. |
GetSheetName() → std::string | ได้หรือกําหนดชื่อแผ่น. |
SetSheetName(value: std::string_view) | กําหนดค่าชื่อตาราง. |
GetCellRef() → std::string | ได้หรือตั้งตัวผู้ตัดสินเซลล์. |
SetCellRef(value: std::string_view) | กําหนดค่า ref ของเซลล์. |
GetRowIndex() → std::optional<int> | ได้หรือกําหนดตัวอัตราการแสดงแถว. |
SetRowIndex(value: std::optional<int>) | กําหนดค่าอินเด็กซ์แถว. |