IconSet.ID Property

Returns one of the constants of the XlIconSet enumeration, which specifies the name of the icon set used in 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 ID As XlIconSet
    Get
'Usage
Dim instance As IconSet
Dim value As XlIconSet

value = instance.ID
XlIconSet ID { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlIconSet
XlIconSet

See Also

Reference

IconSet Interface

IconSet Members

Microsoft.Office.Interop.Excel Namespace