LoadIssue
LoadIssue
Overview
LoadIssue 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示负载问题.
本类提供了13种方法,用于在C++程序中与LoadIssue对象工作. 有的方法包括: GetCellRef, GetCode, GetDataLossRisk, GetMessage, GetPartUri, GetRepairApplied, GetRowIndex, GetSeverity, GetSheetName, SetCellRef, SetPartUri, SetRowIndex,其他方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何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) | 设置单元格的值. |
GetRowIndex() → std::optional<int> | 得到或设置行索引. |
SetRowIndex(value: std::optional<int>) | 设置行索引值. |