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

Inheritance

object

The icon to be drawn (read-only).

public FormatConditionIcon Icon { get; }

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

public int IconIndex { get; }

The icon set (read-only).

public FormatConditionIconSet IconSet { get; }

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

public bool ShowValue { get; }