Share via


IconCriterion.Operator Property

Excel Developer Reference

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.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Operator

expression   A variable that represents an IconCriterion object.

Remarks

For an icon set conditional formatting rule, this property can be set to only one of the following two constants: xlGreater or xlGreaterEqual.

See Also