public enum FormatConditionOperator : System.Enum
| Member | Description |
|---|---|
| Between | The condition evaluates to true if the cell value is between the values of the two operands. |
| Equal | The condition evaluates to true if the cell value is equal to the value of the operand. |
| Greater | The condition evaluates to true if the cell value is greater than the value of the operand. |
| GreaterEqual | The condition evaluates to true if the cell value is greater than or equal to the value of the operand. |
| Less | The condition evaluates to true if the cell value is less than the value of the operand. |
| LessEqual | The condition evaluates to true if the cell value is less than or equal to the value of the operand. |
| NotBetween | The condition evaluates to true if the cell value is not between the values of the two operands. |
| NotEqual | The condition evaluates to true if the cell value is not equal to the value of the operand. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+