Search Results for

    Show / Hide Table of Contents

    TDrawingConditionalFormatIconSet Record

    Defines the characteristics of a conditional format icon which is going to be rendered on the screen or to a file. It is used for exporting xls/x files to drawings or pdf.

    Syntax

    Unit: FlexCel.Core

    TDrawingConditionalFormatIconSet = record;

    Methods

    Name Description
    Create Creates a new struct and initializes the data.

    Properties

    Name Description
    HasIcon 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 TCondFmtIcon​Set.​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.
    HideValues If true, the contents of the cell won't be displayed.
    Icon Icon that must be rendered. It only makes sense if HasIcon is true.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com