Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ValidationOperator Enumeration
In This Topic
    ValidationOperator Enumeration
    In This Topic
    Specifies the operator to use to compare a formula against the value in a cell or, for Between and NotBetween, to compare two formulas.
    Members
    MemberDescription
    BetweenSpecifies between. Can only be used if two formulas are provided.
    EqualSpecifies equal.
    GreaterSpecifies greater than.
    GreaterEqualSpecifies greater than or equal to.
    LessSpecifies less than.
    LessEqualSpecifies less than or equal to.
    NotBetweenSpecifies not between. Can only be used if two formulas are provided.
    NotEqualSpecifies not equal.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.ValidationOperator

    See Also