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

NameTypeAccessDescription
CodestringReadGets the identifier string for the load issue
SeverityDiagnosticSeverityReadGets the diagnostic severity level of the issue
MessagestringReadProvides a human‑readable description of the issue
RepairAppliedboolReadIndicates whether a repair was automatically applied to the issue
DataLossRiskboolReadIndicates if the issue may cause data loss
PartUristring?Read/WriteHolds the part URI where the issue was detected, if applicable
SheetNamestring?Read/WriteOptionally holds the worksheet name where the issue occurred
CellRefstring?Read/WriteHolds the A1‑style cell reference where the issue occurred, if applicable
RowIndexint?Read/WriteOptionally holds the zero‑based row index of the issue

Methods

SignatureDescription
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