Spread Silverlight Documentation
ExcelDataValidationOperator Enumeration


GrapeCity.Excel Namespace : ExcelDataValidationOperator Enumeration
The relational operator used in data validation.
Syntax
'Declaration
 
Public Enum ExcelDataValidationOperator 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelDataValidationOperator
public enum ExcelDataValidationOperator : System.Enum 
Members
MemberDescription
Between Data validation which checks if a value is between two other values.
Equal Data validation which checks if a value is equals to a specified value.
GreaterThan Data validation which checks if a value is greater than a specified value.
GreaterThanOrEqual Data validation which checks if a value is greater than or equals to a specified value.
LessThan Data validation which checks if a value is less than a specified value.
LessThanOrEqual Data validation which checks if a value is less than or equal to a specified value.
NotBetween Data validation which checks if a values is not between two other values
NotEqual Data validation which checks if a value is not equal to a specified value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.ExcelDataValidationOperator

See Also

Reference

GrapeCity.Excel Namespace