OperatorType
OperatorType enumeration
Represents the operator type of conditional format and data validation.
Values
| Name | Value | Description | 
|---|---|---|
| Between | 0 | Represents Between operator of conditional format and data validation. | 
| Equal | 1 | Represents Equal operator of conditional format and data validation. | 
| GreaterThan | 2 | Represents GreaterThan operator of conditional format and data validation. | 
| GreaterOrEqual | 3 | Represents GreaterOrEqual operator of conditional format and data validation. | 
| LessThan | 4 | Represents LessThan operator of conditional format and data validation. | 
| LessOrEqual | 5 | Represents LessOrEqual operator of conditional format and data validation. | 
| None | 6 | Represents no comparison. | 
| NotBetween | 7 | Represents NotBetween operator of conditional format and data validation. | 
| NotEqual | 8 | Represents NotEqual operator of conditional format and data validation. |