Enum OperatorType

OperatorType enumeration

Represents the operator type of conditional format and data validation.

public enum OperatorType

Values

NameValueDescription
Between0Represents Between operator of conditional format and data validation.
Equal1Represents Equal operator of conditional format and data validation.
GreaterThan2Represents GreaterThan operator of conditional format and data validation.
GreaterOrEqual3Represents GreaterOrEqual operator of conditional format and data validation.
LessThan4Represents LessThan operator of conditional format and data validation.
LessOrEqual5Represents LessOrEqual operator of conditional format and data validation.
None6Represents no comparison.
NotBetween7Represents NotBetween operator of conditional format and data validation.
NotEqual8Represents NotEqual operator of conditional format and data validation.

See Also