IconSets Interface

Represents a collection of icon sets 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
<GuidAttribute("0002449C-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IconSets _
    Inherits IEnumerable
'Usage
Dim instance As IconSets
[GuidAttribute("0002449C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IconSets : IEnumerable

Remarks

The icon set for the conditional format is assigned using the IconSet property of the IconSetCondition object. You set this property to one of the built-in icon sets by passing one of the constants of the XlIconSet enumeration as an index of the IconSets property of the _Workbook object. See the example for details.

See Also

Reference

IconSets Members

Microsoft.Office.Interop.Excel Namespace