Table of Contents

TDrawingConditionalFormatIconSet.TDrawingConditionalFormatIconSet Constructor

Creates a new struct and initializes the data.

Syntax

Namespace: FlexCel.Core

public TDrawingConditionalFormatIconSet(Boolean aHasIcon, TConditionalFormatCustomIconDef aIcon, Boolean aHideValues)

Parameters

<-> Parameter Type Description
aHasIcon Boolean If false, this cell doesn't have an icon and the Icon property will be ignored and set to TCondFmtIconSet.None.
aIcon TConditional​Format​Custom​IconDef Icon that needs to be rendered in the cell. It will be ignored if aHasIcon is false.
aHideValues Boolean If true, the text in the cell won't be shown.

See also