IconCriterion.Type Property
Excel Developer Reference |
Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold value for an icon set is determined. Read-only.
Version Information
Version Added: Excel 2007
Syntax
expression.Type
expression A variable that represents an IconCriterion object.
Remarks
The type of threshold value for an icon set can be a number, percent, formula, or percentile. Setting the type to percentile will use the Percentile function in Excel to determine the threshold value.
See Also