LoadIssue
Overview
LoadIssue is a class in Aspose.Cells FOSS for C++.
Represents load issue.
Methods
| Signature | Description |
|---|---|
GetSeverity() → DiagnosticSeverity | Gets the severity. |
GetRepairApplied() → bool | Gets a value indicating whether repair was applied. |
GetDataLossRisk() → bool | Gets a value indicating whether data loss risk. |
SetPartUri(value: std::string_view) | |
SetSheetName(value: std::string_view) | |
SetCellRef(value: std::string_view) | |
GetRowIndex() → std::optional<int> | Gets or sets the row index. |
SetRowIndex(value: std::optional<int>) |