[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconSet

IIconSet Interface

Represents a single set of icons that are used in an icon set conditional formatting rule.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IIconSet
Public Interface IIconSet
Examples
IIconSet iconSet = workbook.IconSets[IconSetType.Icon3TrafficLights1];
IconSetType iconSetType = iconSet.ID;
IIcon greenLight = iconSet[2];

Properties

Name Description
Count

Gets the number of icons in the icon set.

ID

Gets the IconSetType enumeration value that identifies this icon set.

this[int]

Gets the icon at the specified index.

Icons are ordered from the lowest-value icon at index 0 to the highest-value icon at index Count - 1.