WarningInfo

Overview

WarningInfo is a class in Aspose.Cells FOSS for .NET.

Represents warning info.

Properties: CellRef, Code, DataLossRisk, Message, PartUri, RowIndex, and 2 more.

Properties

NameTypeAccessDescription
CodestringRead/WriteGets or sets the code.
SeverityDiagnosticSeverityRead/WriteGets or sets the severity.
MessagestringRead/WriteGets or sets the message.
DataLossRiskboolRead/WriteGets or sets the data loss risk.
PartUristringRead/WriteGets or sets the part uri.
SheetNamestringRead/WriteGets or sets the sheet name.
CellRefstringRead/WriteGets or sets the cell ref.
RowIndexint?Read/WriteGets or sets the row index.

See Also