OperatorType Enum
Contents
[
Hide
]OperatorType Enum
Represents the operator type of conditional format and data validation.
type OperatorType int32
Fields
Field | Description |
---|---|
Between | Represents Between operator of conditional format and data validation. |
Equal | Represents Equal operator of conditional format and data validation. |
GreaterThan | Represents GreaterThan operator of conditional format and data validation. |
GreaterOrEqual | Represents GreaterOrEqual operator of conditional format and data validation. |
LessThan | Represents LessThan operator of conditional format and data validation. |
LessOrEqual | Represents LessOrEqual operator of conditional format and data validation. |
None | Represents no comparison. |
NotBetween | Represents NotBetween operator of conditional format and data validation. |
NotEqual | Represents NotEqual operator of conditional format and data validation. |