LoadDiagnostics
Overview
LoadDiagnostics is a class in Aspose.Cells FOSS for C++.
Represents load diagnostics.
This class provides 4 methods for working with LoadDiagnostics objects in C++ programs.
Available methods include: Add, GetHasDataLossRisk, GetHasRepairs, GetIssues.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GetIssues() → std::vector<LoadIssue> | Gets the issues. |
GetHasRepairs() → bool | Gets a value indicating whether repairs. |
GetHasDataLossRisk() → bool | Gets a value indicating whether data loss risk. |
Add(issue: LoadIssue) | Adds an issue. |