FormatConditionOperator
Constants which specify the manner in which a cell value is compared against one or more operands.
Enumeration Members
Section titled "Enumeration Members"Between
Section titled "Between"The condition evaluates to true if the cell value is between the values of the two operands.
Between = 0 Equal
Section titled "Equal"The condition evaluates to true if the cell value is equal to the value of the operand.
Equal = 2 Greater
Section titled "Greater"The condition evaluates to true if the cell value is greater than the value of the operand.
Greater = 4 GreaterEqual
Section titled "GreaterEqual"The condition evaluates to true if the cell value is greater than or equal to the value of the operand.
GreaterEqual = 6 The condition evaluates to true if the cell value is less than the value of the operand.
Less = 5 LessEqual
Section titled "LessEqual"The condition evaluates to true if the cell value is less than or equal to the value of the operand.
LessEqual = 7 NotBetween
Section titled "NotBetween"The condition evaluates to true if the cell value is not between the values of the two operands.
NotBetween = 1 NotEqual
Section titled "NotEqual"The condition evaluates to true if the cell value is not equal to the value of the operand.
NotEqual = 3