Share via


IconCriterion.Type Property

Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold value for an icon set is determined. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Type As XlConditionValueTypes
    Get
    Set
'Usage
Dim instance As IconCriterion
Dim value As XlConditionValueTypes

value = instance.Type

instance.Type = value
XlConditionValueTypes Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlConditionValueTypes

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

Reference

IconCriterion Interface

IconCriterion Members

Microsoft.Office.Interop.Excel Namespace