API Reference

Enum

LegacyXlsDataValidationListSourceKind

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

Identifies the source shape for a legacy list validation rule.

Inheritance

  • Enum
  • LegacyXlsDataValidationListSourceKind

Usage

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

Values

public const LegacyXlsDataValidationListSourceKind None #

No list source was identified, or the validation is not a list rule.

Value: 0
public const LegacyXlsDataValidationListSourceKind InlineList #

The rule stores its allowed values inline.

Value: 1
public const LegacyXlsDataValidationListSourceKind Range #

The rule references a same-sheet range.

Value: 2
public const LegacyXlsDataValidationListSourceKind SheetQualifiedRange #

The rule references a range on another sheet.

Value: 3
public const LegacyXlsDataValidationListSourceKind DefinedName #

The rule references a defined name.

Value: 4