IconCriterion.Operator Property
Returns or sets one of the constants of the XlFormatConditionOperator enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Operator As Integer
Get
Set
'Usage
Dim instance As IconCriterion
Dim value As Integer
value = instance.Operator
instance.Operator = value
int Operator { get; set; }
Property Value
Type: System.Int32
Remarks
For an icon set conditional formatting rule, this property can be set to only one of the following two constants: xlGreater or xlGreaterEqual.