WarningInfo

Overview

WarningInfo is a class in Aspose.Cells FOSS for C++.

Represents warning info.

Methods

SignatureDescription
SetCode(value: std::string_view)
GetSeverity()DiagnosticSeverityGets or sets the severity.
SetSeverity(value: DiagnosticSeverity)
SetMessage(value: std::string_view)
GetDataLossRisk()boolGets 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>)

See Also