WarningInfo
Overview
WarningInfo is a class in Aspose.Cells for NET.
WarningInfo.Code provides the string identifier of the warning.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Code | string | Read/Write | Provides the string identifier of the warning |
Severity | DiagnosticSeverity | Read/Write | Indicates the diagnostic severity level of the warning |
Message | string | Read/Write | Contains the human‑readable description of the warning |
DataLossRisk | bool | Read/Write | Flags whether the warning may cause data loss |
PartUri | string? | Read/Write | Contains the optional URI of the workbook part related to the warning |
SheetName | string? | Read/Write | Contains the optional worksheet name where the warning occurred |
CellRef | string? | Read/Write | Stores the optional A1‑style cell reference associated with the warning |
RowIndex | int? | Read/Write | Gives the optional zero‑based row index associated with the warning |