IconSetCondition.IconCriteria Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::IconCriteria ^ IconCriteria { Microsoft::Office::Interop::Excel::IconCriteria ^ get(); };
public Microsoft.Office.Interop.Excel.IconCriteria IconCriteria { get; }
Public ReadOnly Property IconCriteria As IconCriteria

Property Value

IconCriteria

Remarks

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

Applies to