API Reference

Enum

LegacyXlsDataValidationType

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

Identifies a legacy data validation value type.

Inheritance

  • Enum
  • LegacyXlsDataValidationType

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 LegacyXlsDataValidationType None #

Any-value validation used to carry prompt or error messages without restricting input.

Value: 0
public const LegacyXlsDataValidationType WholeNumber #

Whole-number validation.

Value: 1
public const LegacyXlsDataValidationType Decimal #

Decimal-number validation.

Value: 2
public const LegacyXlsDataValidationType List #

Inline list validation.

Value: 3
public const LegacyXlsDataValidationType Date #

Date validation.

Value: 4
public const LegacyXlsDataValidationType Time #

Time validation.

Value: 5
public const LegacyXlsDataValidationType TextLength #

Text-length validation.

Value: 6
public const LegacyXlsDataValidationType Custom #

Custom formula validation.

Value: 7