TdxSpreadSheetConditionalFormattingRuleCustomScaleStop.Index Property
Returns a zero-based index of the threshold value within the conditional formatting rule‘s collection of thresholds.
Declaration
property Index: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to identify if the current threshold value is considered the top, bottom, or intermediate for the corresponding conditional formatting rule. For instance, if the Index property returns 0, the conditional formatting controller uses the calculated ActualValue property value as the lowermost threshold for cell evaluation. Depending on the conditional formatting rule type, the highest Index property value can be 1 or 2.
See Also