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

NameTypeAccessDescription
CodestringReadGets the code.
SeverityDiagnosticSeverityReadGets the severity.
MessagestringReadGets the message.
RepairAppliedboolReadGets the repair applied.
DataLossRiskboolReadGets 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