TdxSpreadSheetConditionalFormattingIconSetPresets Class
A collection of icon presets within the global conditional formatting icon storage.
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:
Identify the total number of icon presets (Count);
Search specific presets within the collection (FindByCount, FindByIconIndex, and FindByName);
Create new icon presets (Add);
Access individual presets (Items);
Delete the stored icon presets (Clear, Delete, DeleteRange, and Remove).
The Presets property of the global conditional formatting icon storage references a TdxSpreadSheetConditionalFormattingIconSetPresets object.