ig.excel.FormatConditionOperator
Dependencies
-
between
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 0
The condition evaluates to true if the cell value is between the values of the two operands.
-
equal
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 2
The condition evaluates to true if the cell value is equal to the value of the operand.
-
greater
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 4
The condition evaluates to true if the cell value is greater than the value of the operand.
-
greaterEqual
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 6
The condition evaluates to true if the cell value is greater than or equal to the value of the operand.
-
less
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 5
The condition evaluates to true if the cell value is less than the value of the operand.
-
lessEqual
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 7
The condition evaluates to true if the cell value is less than or equal to the value of the operand.
-
notBetween
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 1
The condition evaluates to true if the cell value is not between the values of the two operands.
-
notEqual
- Type:
- ig.excel.FormatConditionOperator
- Default:
- 3
The condition evaluates to true if the cell value is not equal to the value of the operand.