DiagnosticEntry
Overview
DiagnosticEntry is a class in Aspose.Cells FOSS for .NET.
Represents diagnostic entry.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Code | string | Read/Write | Holds the diagnostic identifier string |
Severity | DiagnosticSeverity | Read/Write | Indicates the severity level of the diagnostic |
Message | string | Read/Write | Provides a human‑readable description of the issue |
RepairApplied | bool | Read/Write | Shows whether an automatic repair was applied |
DataLossRisk | bool | Read/Write | Flags if the problem may cause data loss |