Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataValidationOperator Enumeration


In This Topic
    ExcelDataValidationOperator Enumeration
    In This Topic
    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
    BetweenData validation which checks if a value is between two other values.
    EqualData validation which checks if a value is equals to a specified value.
    GreaterThanData validation which checks if a value is greater than a specified value.
    GreaterThanOrEqualData validation which checks if a value is greater than or equals to a specified value.
    LessThanData validation which checks if a value is less than a specified value.
    LessThanOrEqualData validation which checks if a value is less than or equal to a specified value.
    NotBetweenData validation which checks if a values is not between two other values
    NotEqualData 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