API Reference

Enum

ExcelMutationDiagnosticSeverity

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

Severity of a post-edit package diagnostic.

Inheritance

  • Enum
  • ExcelMutationDiagnosticSeverity

Usage

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

Values

public const ExcelMutationDiagnosticSeverity Information #

Informational observation.

Value: 0
public const ExcelMutationDiagnosticSeverity Warning #

Package content that may need attention.

Value: 1
public const ExcelMutationDiagnosticSeverity Error #

Open XML validation error.

Value: 2