Click or drag to resize

ExcelDataValidatorDataType Enumeration

Represents the data types allowed by a data validator.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelDataValidatorDataType
Members
  Member nameValueDescription
AnyValue0 Any value is allowed.
WholeNumber1 Integer values are allowed.
Decimal2 Decimal values are allowed.
List3 Values from a list are allowed.
Date4 Date values are allowed.
Time5 Time values are allowed.
TextLength6 Text length values are allowed.
Custom7 Custom validation.
See Also