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

The TdxSpreadSheetConditionalFormattingIconSet class implements the global storage for icons and icon presets for Icon Set conditional formatting rules.

Main API Members

The list below outlines key members of the TdxSpreadSheetConditionalFormattingIconSet class. These members allow you to work with icon sets for conditional formatting rules in code.

Icons
Provides access to the image list populated with icons available for use in Icon Set conditional formatting rules.
Presets
Allows you to access and manage icon presets for conditional formatting rules.
PresetPreviews

Provides access to the image list populated with icon preset preview images.

The Icon Style combo box in the Conditional Formatting Rule dialog displays all images accessible through this property.

Direct TdxSpreadSheetConditionalFormattingIconSet Class Reference

The ConditionalFormattingIconSet global function returns a TdxSpreadSheetConditionalFormattingIconSet object.

Inheritance

TObject
TdxSpreadSheetConditionalFormattingIconSet
See Also