Skip to main content

TdxSpreadSheetConditionalFormattingIconSet Class

Stores all icons and icon presets available for use in “Icon Set“ conditional formatting rules.

Declaration

TdxSpreadSheetConditionalFormattingIconSet = class(
    TObject
)

Remarks

This class implements the global storage automatically populated with the icons, icon presets, and preset previews similar to those used by Microsoft Excel® for conditional formatting.

The TdxSpreadSheetConditionalFormattingIconSet class provides the following properties that allow you to:

  • Access or obtain individual predefined source icons (Icons);

  • Access predefined icon presets and/or create custom presets for use in “Icon Set” conditional formatting rules (Presets);

  • Access or obtain individual preview images of the predefined icon presets (PresetPreviews).

The ConditionalFormattingIconSet global function references a TdxSpreadSheetConditionalFormattingIconSet object.

Inheritance

TObject
TdxSpreadSheetConditionalFormattingIconSet
See Also