WarningInfo
Overview
WarningInfo is a class in Aspose.Cells FOSS for C++.
Represents warning info.
Methods
| Signature | Description |
|---|---|
SetCode(value: std::string_view) | |
GetSeverity() → DiagnosticSeverity | Gets or sets the severity. |
SetSeverity(value: DiagnosticSeverity) | |
SetMessage(value: std::string_view) | |
GetDataLossRisk() → bool | Gets or sets a value indicating whether data loss risk. |
SetDataLossRisk(value: bool) | |
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>) |