LoadIssue
Overview
LoadIssue is a class in Aspose.Cells for NET.
LoadIssue.LoadIssue constructs a load issue with code, severity, message, repair flag, and data loss risk.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Code | string | Read | Gets the identifier string for the load issue |
Severity | DiagnosticSeverity | Read | Gets the diagnostic severity level of the issue |
Message | string | Read | Provides a human‑readable description of the issue |
RepairApplied | bool | Read | Indicates whether a repair was automatically applied to the issue |
DataLossRisk | bool | Read | Indicates if the issue may cause data loss |
PartUri | string? | Read/Write | Holds the part URI where the issue was detected, if applicable |
SheetName | string? | Read/Write | Optionally holds the worksheet name where the issue occurred |
CellRef | string? | Read/Write | Holds the A1‑style cell reference where the issue occurred, if applicable |
RowIndex | int? | Read/Write | Optionally holds the zero‑based row index of the issue |
Methods
| Signature | Description |
|---|---|
LoadIssue(code: string, severity: DiagnosticSeverity, message: string, repairApplied: bool, dataLossRisk: bool) | Creates a new issue with the given code, severity, message, repair flag, and data‑loss risk |