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
Member | Description |
Between | Specifies between. Can only be used if two formulas are provided. |
Equal | Specifies equal. |
Greater | Specifies greater than. |
GreaterEqual | Specifies greater than or equal to. |
Less | Specifies less than. |
LessEqual | Specifies less than or equal to. |
NotBetween | Specifies not between. Can only be used if two formulas are provided. |
NotEqual | Specifies not equal. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.ValidationOperator
See Also