Skip to main content

TdxSpreadSheetConditionalFormattingIconSetPreset.IconIndexes Property

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

Declaration

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