Exposes the information necessary for drawing an icon for a specific cell.

CellIconInfo

new CellIconInfo(a: FormatConditionIconSet, b: FormatConditionIcon, c: number, d: boolean): CellIconInfo

Returns CellIconInfo

$t: Type

The icon to be drawn (read-only).

get icon(): FormatConditionIcon

Returns FormatConditionIcon

The index of the icon in the icon set (read-only).

get iconIndex(): number

Returns number

The icon set (read-only).

get iconSet(): FormatConditionIconSet

Returns FormatConditionIconSet

Returns whether the cell value is to be shown along with the data bar (read-only).

get showValue(): boolean

Returns boolean