LoadIssue

Overview

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

Represents load issue.

This class provides 13 methods for working with LoadIssue objects in C++ programs. Available methods include: GetCellRef, GetCode, GetDataLossRisk, GetMessage, GetPartUri, GetRepairApplied, GetRowIndex, GetSeverity, GetSheetName, SetCellRef, SetPartUri, SetRowIndex, and 1 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
GetCode()std::stringGets the code.
GetSeverity()DiagnosticSeverityGets the severity.
GetMessage()std::stringGets the message.
GetRepairApplied()boolGets a value indicating whether repair was applied.
GetDataLossRisk()boolGets a value indicating whether data loss risk.
GetPartUri()std::stringGets or sets the part uri.
SetPartUri(value: std::string_view)Sets the part uri value.
GetSheetName()std::stringGets or sets the sheet name.
SetSheetName(value: std::string_view)Sets the sheet name value.
GetCellRef()std::stringGets or sets the cell ref.
SetCellRef(value: std::string_view)Sets the cell ref value.
GetRowIndex()std::optional<int>Gets or sets the row index.
SetRowIndex(value: std::optional<int>)Sets the row index value.

See Also

 English