TdxSpreadSheetConditionalFormattingRuleColorScaleStop Properties
A gradient stop used by the color scale-based conditional formatting rules.Name | Description |
---|---|
ActualValue | Returns the value that the conditional formatting controller uses as the top, bottom, or intermediate threshold value for cell evaluation. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
Color | Specifies the key gradient color that corresponds to the rule threshold value. |
Index | Returns a zero-based index of the threshold value within the conditional formatting rule‘s collection of thresholds. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
Value | Specifies a numeric threshold value for a conditional formatting rule. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
ValueType | Specifies how the threshold value is interpreted and/or calculated. Inherited from TdxSpreadSheetConditionalFormattingRuleCustomScaleStop. |
See Also