[]
Represents a single set of icons that are used in an icon set conditional formatting rule.
public interface IIconSet
Public Interface IIconSet
IIconSet iconSet = workbook.IconSets[IconSetType.Icon3TrafficLights1];
IconSetType iconSetType = iconSet.ID;
IIcon greenLight = iconSet[2];
| 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 |