LoadDiagnostics
Overview
LoadDiagnostics is a class in Aspose.Cells FOSS for .NET.
Represents load diagnostics.
Properties: HasDataLossRisk, HasRepairs, Issues.
Description
LoadDiagnostics is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 3 properties for programmatic use.
The class also provides the Issues property (gets the issues), the HasRepairs property (gets the has repairs), the HasDataLossRisk property (gets the has data loss risk).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Issues | IReadOnlyList<LoadIssue> | Read | Gets the issues. |
HasRepairs | bool | Read | Gets the has repairs. |
HasDataLossRisk | bool | Read | Gets the has data loss risk. |