LoadIssue

Overview

LoadIssue is a class in Aspose.Cells FOSS for C++.

Represents load issue.

Methods

SignatureDescription
GetSeverity()DiagnosticSeverityGets the severity.
GetRepairApplied()boolGets a value indicating whether repair was applied.
GetDataLossRisk()boolGets a value indicating whether data loss risk.
SetPartUri(value: std::string_view)
SetSheetName(value: std::string_view)
SetCellRef(value: std::string_view)
GetRowIndex()std::optional<int>Gets or sets the row index.
SetRowIndex(value: std::optional<int>)

See Also