Version

FormatConditionOperator Enumeration

Constants which specify the manner in which a cell value is compared against one or more operands.
Syntax
public enum FormatConditionOperator : System.Enum 
Members
MemberDescription
BetweenThe condition evaluates to true if the cell value is between the values of the two operands.
EqualThe condition evaluates to true if the cell value is equal to the value of the operand.
GreaterThe condition evaluates to true if the cell value is greater than the value of the operand.
GreaterEqualThe condition evaluates to true if the cell value is greater than or equal to the value of the operand.
LessThe condition evaluates to true if the cell value is less than the value of the operand.
LessEqualThe condition evaluates to true if the cell value is less than or equal to the value of the operand.
NotBetweenThe condition evaluates to true if the cell value is not between the values of the two operands.
NotEqualThe condition evaluates to true if the cell value is not equal to the value of the operand.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also