Creates a new struct and initializes the data.
Syntax
Unit: FlexCel.Core
class function TDrawingConditionalFormatIconSet.Create(const aHasIcon: Boolean; const aIcon: TConditionalFormatCustomIconDef; const aHideValues: Boolean): TDrawingConditionalFormatIconSet; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aHasIcon |
Boolean |
If false, this cell doesn't have an icon and the Icon property will be ignored and set to TCondFmtIconSet.None. |
const |
aIcon |
TConditional​Format​Custom​IconDef |
Icon that needs to be rendered in the cell. It will be ignored if aHasIcon is false. |
const |
aHideValues |
Boolean |
If true, the text in the cell won't be shown. |
See also