[]
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.
IIcon this[int Index] { get; }
ReadOnly Default Property Item(Index As Integer) As IIcon
| Type | Name | Description |
|---|---|---|
| int | Index | The zero-based index of the icon. The valid range is
|
IIconSet iconSet = workbook.IconSets[IconSetType.Icon3TrafficLights1];
IIcon greenLight = iconSet[2];