Table of Contents

TDrawingConditionalFormatIconSet.HasIcon Property

If false, the cell doesn't have an icon. Note that a cell that doesn't have an icon is different from a cell with a TCondFmtIconSet.None: The second case can be a custom icon set of noicon, and when rendering the cell we need to add an indentation to make room for the empty icon. If HasIcon is false, no indentation in the text is needed.

Syntax

Namespace: FlexCel.Core

public Boolean HasIcon { get; }

See also