IconSetCondition.IconCriteria Property

Excel Developer Reference

Returns an IconCriteria collection, which represents the set of criteria for an icon set conditional formatting rule.

Version Information
 Version Added:  Excel 2007

Syntax

expression.IconCriteria

expression   A variable that represents an IconSetCondition object.

Remarks

After you have the IconCriteria collection, you can use the Item property of the collection to return an IconCriterion object. The IconCriterion object represents a single criterion of an icon set.

See Also