Skip to main content

TdxSpreadSheetConditionalFormattingRuleTwoColorScale.MinValue Property

Specifies the “Two Color Scale“ conditional formatting rule’s minimum threshold value and the corresponding key gradient color.

Declaration

property MinValue: TdxSpreadSheetConditionalFormattingRuleColorScaleStop index 0 read; write;

Property Value

Type
TdxSpreadSheetConditionalFormattingRuleColorScaleStop

Remarks

The backgrounds of all cells affected by the rule are painted with gradient colors between the two key points corresponding to the minimum and maximum threshold values. To set both threshold values and their key gradient points, use the MinValue and MaxValue properties.

The MinValue.Value and MinValue.ValueType properties specify the minimum threshold value and how the conditional formatting controller interprets it, respectively. Use the MinValue.Color property to set the corresponding key gradient point. The minimum threshold value’s default color is determined by the DefaultMinValueColor writable typed constant.

Refer to the TdxSpreadSheetConditionalFormattingRuleColorScaleStop class description for detailed information on all available threshold value and gradient point settings.

See Also