TdxSpreadSheetConditionalFormattingRuleIconSet.StopCount Property
Specifies the number of thresholds that the “Icon Set”conditional formatting rule uses.
Declaration
property StopCount: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
This property value automatically updates when the newly assigned icon preset consists of a different number of icons. You can use the StopCount property to identify or reduce the number of thresholds that the conditional formatting rule uses, down to the minimum of 3.
The StopCount property value is clamped within a range between 3 and 5, inclusive, since the number of icons constituting 19 predefined presets is within the same range.
The default StopCount property value is 3.
See Also