OperatorType Enum

OperatorType Enum

Represents the operator type of conditional format and data validation.


type OperatorType int32

Fields

FieldDescription
BetweenRepresents Between operator of conditional format and data validation.
EqualRepresents Equal operator of conditional format and data validation.
GreaterThanRepresents GreaterThan operator of conditional format and data validation.
GreaterOrEqualRepresents GreaterOrEqual operator of conditional format and data validation.
LessThanRepresents LessThan operator of conditional format and data validation.
LessOrEqualRepresents LessOrEqual operator of conditional format and data validation.
NoneRepresents no comparison.
NotBetweenRepresents NotBetween operator of conditional format and data validation.
NotEqualRepresents NotEqual operator of conditional format and data validation.