Skip to main content

TdxSpreadSheetConditionalFormattingRuleIconSet.Stops Property

Provides zero-based indexed access to the conditional formatting rule’s thresholds.

Declaration

property Stops[Index: Integer]: TdxSpreadSheetConditionalFormattingRuleIconSetStop read; write;

Property Value

Type
TdxSpreadSheetConditionalFormattingRuleIconSetStop

Remarks

The “Icon Set” conditional formatting rule paints icons within specific cells whose values are equal or exceed specific thresholds associated with icons from the selected preset. Use the Stops property to access the rule’s threshold whose index is passed as the Index parameter. Normally, the number of thresholds equals the icon count within the preset, but you can reduce that number, down to the minimum of 3, by using the StopCount property.

Refer to the TdxSpreadSheetConditionalFormattingRuleIconSetStop class description for detailed information on the options related to the threshold values, associated icons, and cell comparison criteria.

See Also