Version

Operator Property (OperatorConditionalFormat)

Returns a FormatConditionOperator constant which determines the manner in which the cell value is compared against the Operand1 property.
Syntax
'Declaration
 
Public Property Operator As FormatConditionOperator
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also