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

SignatureDescription
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>)กําหนดค่าอินเด็กซ์แถว.

See Also

 ภาษาไทย