IconSetCondition.IconCriteria Property
Returns an IconCriteria collection, which represents the set of criteria for an icon set conditional formatting rule.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property IconCriteria As IconCriteria
Get
'Usage
Dim instance As IconSetCondition
Dim value As IconCriteria
value = instance.IconCriteria
IconCriteria IconCriteria { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.IconCriteria
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.