Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FormatConditionOperator Enumeration
In This Topic
    FormatConditionOperator 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
    BetweenSpecifes to compare between values. Can only be used if two formulas are provided.
    EqualSpecifies values are equal.
    GreaterSpecifies values are greater than the condition.
    GreaterEqualSpecifies values are greater than or equal to the condition.
    LessSpecifies values are less than the condition.
    LessEqualSpecifies values are less than or equal to the condition.
    NoneNone
    NotBetweenSpecifies to check if values are not between the conditions. Can only be used if two formulas are provided.
    NotEqualSpecifies values are not equal.
    Inheritance Hierarchy

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

    See Also