DiagnosticEntry
Overview
DiagnosticEntry is a class in Aspose.Cells for NET.
DiagnosticEntry.Code provides a string identifier for the diagnostic issue.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Code | string | Read/Write | Is a string that identifies the specific diagnostic condition |
Severity | DiagnosticSeverity | Read/Write | Indicates the seriousness level of the diagnostic entry |
Message | string | Read/Write | Contains a human‑readable description of the diagnostic problem |
RepairApplied | bool | Read/Write | Is true when an automatic repair was performed for this diagnostic |
DataLossRisk | bool | Read/Write | Indicates whether the diagnostic situation may cause loss of data |