Exposes the information necessary for drawing an icon for a specific cell.
Inheritance
object
Properties
Section titled "Properties"The icon to be drawn (read-only).
public FormatConditionIcon Icon { get; } IconIndex
Section titled "IconIndex"The index of the icon in the icon set (read-only).
public int IconIndex { get; } IconSet
Section titled "IconSet"The icon set (read-only).
public FormatConditionIconSet IconSet { get; } ShowValue
Section titled "ShowValue"Returns whether the cell value is to be shown along with the data bar (read-only).
public bool ShowValue { get; }