Version

Operator Property (OperatorConditionalFormat)

Returns a FormatConditionOperator constant which determines the manner in which the cell value is compared against the Operand1 property.
Syntax
public FormatConditionOperator Operator {get; set;}
Remarks

This property determines how the cell value is compared to the Operand1 property; for example, whether it is equal, greater than, less than, etc.

For the FormatConditionOperator values 'Between' and 'NotBetween', the Operand2 property must also be set.

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