Skip to main content

TdxSpreadSheetConditionalFormattingIconSetPresets Class

Declaration

TdxSpreadSheetConditionalFormattingIconSetPresets = class(
    TObjectList<TdxSpreadSheetConditionalFormattingIconSetPreset>
)

Remarks

An icon preset collection stores and manages lists of icons available for use in “Icon Set“ conditional formatting rules. Both predefined and custom presets can include only the icons from the global conditional formatting icon list.

The TdxSpreadSheetConditionalFormattingIconSetPresets class provides the following members that allow you to:

The Presets property of the global conditional formatting icon storage references a TdxSpreadSheetConditionalFormattingIconSetPresets object.

Inheritance

TObject
TEnumerable<T>
TList<T>
TObjectList<T>
TdxSpreadSheetConditionalFormattingIconSetPresets
See Also