IconSetCondition.IconCriteria Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.