Skip to main content

TdxSpreadSheetConditionalFormattingRuleThreeColorScale Class

A “Three Color Scale“ conditional formatting rule.

Declaration

TdxSpreadSheetConditionalFormattingRuleThreeColorScale = class(
    TdxSpreadSheetConditionalFormattingRuleCustomColorScale
)

Remarks

This rule differentiates numeric values within one or more affected cell ranges by painting backgrounds of the corresponding cells with colors on a gradient built using the three specified key point colors corresponding to the high, medium, and low value thresholds.

The TdxSpreadSheetConditionalFormattingRuleThreeColorScale class provides the following members that allow you to:

To create a “Three Color Scale” conditional formatting rule, you can:

The conditional formatting controller’s Rules property provides indexed access to individual rules. To expose a “Three Color Scale” rule’s type-specific members, cast the rule to the TdxSpreadSheetConditionalFormattingRuleThreeColorScale class.

See Also