Link Search Menu Expand Document

XlDVType Enumeration

Specifies the type of data validation used to validate user input

Namespace:Bytescout.Spreadsheet.Constants
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum XlDVType
Members
Member nameValueDescription
Custom7 Data validation which uses a custom formula to check the cell value.
Date4 Data validation which checks for date values satisfying the given condition.
Decimal2 Data validation which checks for decimal values satisfying the given condition.
InputOnly0 Only validate when user changes the value.
List3 Data validation which checks for a value matching one of list of values.
TextLength6 Data validation which checks for text values, whose length satisfies the given condition.
Time5 Data validation which checks for time values satisfying the given condition.
WholeNumber1 Data validation which checks for whole number values satisfying the given condition.
See Also

Reference