LoadIssue
Overview
LoadIssue is a class in Aspose.Cells FOSS for .NET.
Represents load issue.
Properties: CellRef, Code, DataLossRisk, Message, PartUri, RepairApplied, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Code | string | Read | Gets the code. |
Severity | DiagnosticSeverity | Read | Gets the severity. |
Message | string | Read | Gets the message. |
RepairApplied | bool | Read | Gets the repair applied. |
DataLossRisk | bool | Read | Gets 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. |