API Reference
Class
ExcelConversionDiagnostic
Describes a structured Excel conversion finding.
Inheritance
- Object
- ExcelConversionDiagnostic
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Code { get; } #Gets the stable diagnostic code.
public ExcelConversionDiagnosticCategory Category { get; } #Gets the diagnostic category.
public ExcelConversionDiagnosticSeverity Severity { get; } #Gets the diagnostic severity.
public String Message { get; } #Gets the human-readable diagnostic message.
public Boolean RepresentsDataLoss { get; } #Gets whether the diagnostic describes content that will not survive conversion.