Spread WPF Documentation
CriteriaType Enumeration


Specifies the criteria type of the data validator.
Syntax
'Declaration
 
Public Enum CriteriaType 
   Inherits System.Enum
'Usage
 
Dim instance As CriteriaType
public enum CriteriaType : System.Enum 
Members
MemberDescription
AnyValue[0] Specifies that the data validation allows any type of value and does not check for a type or range of values.
Custom[7] Specifies that the data validation uses a custom formula to check the cell value.
Date[4] Specifies that the data validation checks for and allows date values that meet the given condition.
DecimalValues[2] Specifies that the data validation checks for and allows decimal values that meet the given condition.
List[3] Specifies that the data validation checks for and allows a value that matches one in a list of values.
TextLength[6] Specifies that the data validation checks for and allows text values whose length meet the given condition.
Time[5] Specifies that the data validation checks for and allows time values that meet the given condition.
WholeNumber[1] Specifies that the data validation checks for and allows whole number values that meet the given condition.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.CriteriaType

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.