ContainValueOperator Enum
Represents a ContainValueCondition operator.
Fields
| Between | |
| Equal | Cell is formatted if its value is equal to Value. |
| GreaterThan | Cell is formatted if its value is greater than Value. |
| GreaterThanOrEqual | Cell is formatted if its value is greater than or equal to Value. |
| LessThan | Cell is formatted if its value is less than Value. |
| LessThanOrEqual | Cell is formatted if its value is less than or equal to Value. |
| NotBetween | Cell is formatted if its value is not between Value and Value2. |
| NotEqual | Cell is formatted if its value is not equal to Value. |