API Reference

Enum

ExcelDefinedNameValidationMode

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
  • ExcelDefinedNameValidationMode

Usage

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

Accepted by parameters

Values

public const ExcelDefinedNameValidationMode 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 ExcelDefinedNameValidationMode Strict #

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

Value: 1