Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetConditionalFormattingIconSetPreset.IconIndexes Property

Provides zero-based indexed access to the global indexes of all icons within the preset.

#Declaration

Delphi
property IconIndexes[Index: Integer]: Integer read; default;

#Property Value

Type
Integer

#Remarks

Each preset includes a number of icons obtained from the global conditional formatting icon storage. Pass the icon’s index within the preset as the Index parameter to obtain the corresponding icon’s index within the global list of icons designed for use in “Icon Set“ conditional formatting rules.

Use the IconIndexCount property to obtain number of icons in the preset (that is, the maximum index that you can pass as the Index parameter is the IconIndexCount property value minus one).

See Also