OfficeIMO

API Reference

Enum

NameValidationMode

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

Controls validation behavior for workbook defined names (Named Ranges) and A1 range bounds.

Inheritance

  • Enum
  • NameValidationMode

Values

public const NameValidationMode Sanitize #

Adjust invalid input into a legal Excel defined name (replace invalid characters with underscore, ensure a valid starting character, trim length). Names that resemble A1/R1C1 cell addresses are prefixed with an underscore. Out-of-bounds A1 ranges are clamped to Excel limits.

Value: 0
public const NameValidationMode Strict #

Enforce Excel rules strictly: throws when the name is invalid or the A1 range exceeds Excel bounds.

Value: 1