[]
Specifies the operator to use to compare a formula against the value in a cell or, for Between and NotBetween , to compare two formulas.
public enum FormatConditionOperator
Public Enum FormatConditionOperator
Name | Description |
---|---|
Between | The value is between the specified range of values. |
Equal | The value is equal to the parameter value. |
Greater | The value is greater than the parameter value. |
GreaterEqual | The value is greater than or equal to the parameter value. |
Less | The value is less than the parameter value. |
LessEqual | The value is less than or equal to the parameter value. |
NotBetween | The value is not between the specified range of values. |
NotEqual | The value is not equal to the parameter value. |