Enum ConditionalFormattingOperator
Represents the operator for conditional formatting rules.
public enum ConditionalFormattingOperator
Fields
BeginsWith = 10
Begins with
Between = 6
Between
Contains = 8
Contains
EndsWith = 11
Ends with
Equal = 2
Equal
GreaterThan = 5
Greater than
GreaterThanOrEqual = 4
Greater than or equal
LessThan = 0
Less than
LessThanOrEqual = 1
Less than or equal
NotBetween = 7
Not between
NotContains = 9
Not contains
NotEqual = 3
Not equal