LoadIssue
Overview
LoadIssue is a class in Aspose.Cells FOSS for C++.
Represents load issue.
This class provides 13 methods for working with LoadIssue objects in C++ programs.
Available methods include: GetCellRef, GetCode, GetDataLossRisk, GetMessage, GetPartUri, GetRepairApplied, GetRowIndex, GetSeverity, GetSheetName, SetCellRef, SetPartUri, SetRowIndex, and 1 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetCode() → std::string | Gets the code. |
GetSeverity() → DiagnosticSeverity | Gets the severity. |
GetMessage() → std::string | Gets the message. |
GetRepairApplied() → bool | Gets a value indicating whether repair was applied. |
GetDataLossRisk() → bool | Gets a value indicating whether data loss risk. |
GetPartUri() → std::string | Gets or sets the part uri. |
SetPartUri(value: std::string_view) | Sets the part uri value. |
GetSheetName() → std::string | Gets or sets the sheet name. |
SetSheetName(value: std::string_view) | Sets the sheet name value. |
GetCellRef() → std::string | Gets or sets the cell ref. |
SetCellRef(value: std::string_view) | Sets the cell ref value. |
GetRowIndex() → std::optional<int> | Gets or sets the row index. |
SetRowIndex(value: std::optional<int>) | Sets the row index value. |