API Reference

Enum

ExcelConversionDiagnosticSeverity

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the severity of a conversion diagnostic.

Inheritance

  • Enum
  • ExcelConversionDiagnosticSeverity

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelConversionDiagnosticSeverity Information #

Informational finding.

Value: 0
public const ExcelConversionDiagnosticSeverity Warning #

Finding requiring user review.

Value: 1
public const ExcelConversionDiagnosticSeverity Error #

Finding that prevented conversion.

Value: 2