API Reference

Class

ExcelConversionDiagnostic

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

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.