Member | Description |
---|---|
between | Determines whether a cell value is between the two parameter values. |
equalsTo | Determines whether a cell value is equal to the parameter value. |
greaterThan | Determines whether a cell value is greater than the parameter value. |
greaterThanOrEqualsTo | Determines whether a cell value is greater than or equal to the parameter value. |
lessThan | Determines whether a cell value is less than the parameter value. |
lessThanOrEqualsTo | Determines whether a cell value is less than or equal to the parameter value. |
notBetween | Determines whether a cell value is not between the two parameter values. |
notEqualsTo | Determines whether a cell value is not equal to the parameter value. |