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
| Name | Type | Access | Description |
|---|---|---|---|
Code | string | Read/Write | Gets or sets the code. |
Severity | DiagnosticSeverity | Read/Write | Gets or sets the severity. |
Message | string | Read/Write | Gets or sets the message. |
DataLossRisk | bool | Read/Write | Gets or sets the data loss risk. |
PartUri | string | Read/Write | Gets or sets the part uri. |
SheetName | string | Read/Write | Gets or sets the sheet name. |
CellRef | string | Read/Write | Gets or sets the cell ref. |
RowIndex | int? | Read/Write | Gets or sets the row index. |