API Reference

Enum

ExcelWorksheetValidationMode

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

Controls when worksheet mutations perform structural validation.

Inheritance

  • Enum
  • ExcelWorksheetValidationMode

Usage

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

Values

public const ExcelWorksheetValidationMode Disabled #

No validation is performed after write operations.

Value: 0
public const ExcelWorksheetValidationMode DiagnosticsOnly #

Run validation only when diagnostics are requested via callbacks or explicit opt-in.

Value: 1
public const ExcelWorksheetValidationMode DebugOnly #

Run lightweight validation in all builds and enable full Open XML validation in Debug builds only.

Value: 2
public const ExcelWorksheetValidationMode Always #

Always run structural validation regardless of diagnostics configuration.

Value: 3