Excel for WPF and Silverlight
XLValidationType Enumeration

C1.WPF.Excel Namespace : XLValidationType Enumeration
Specifies the type of validation test to be performed in conjunction with values.
Syntax
'Declaration
 
Public Enum XLValidationType 
   Inherits System.Enum
public enum XLValidationType : System.Enum 
Members
MemberDescription
CustomSpecifies that the data validation uses a custom formula to check the cell value.
DateSpecifies that the data validation checks for and allows date values that meet the given condition.
DecimalSpecifies that the data validation checks for and allows decimal values that meet the given condition.
ListSpecifies that the data validation checks for and allows a value that matches one in a list of values.
NoneSpecifies that the data validation allows any type of value and does not check for a type or range of values.
TextLengthSpecifies that the data validation checks for and allows text values whose length meet the given condition.
TimeSpecifies that the data validation checks for and allows time values that meet the given condition.
WholeSpecifies that the data validation checks for and allows whole number values that meet the given condition.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Excel.XLValidationType

See Also

Reference

C1.WPF.Excel Namespace