Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ColorScale3ConditionalFormatting Members

Represents a three-color scale conditional formatting rule.

Properties

Name Description
MaxPoint Gets the maximum threshold of the color scale conditional formatting rule. Inherited from ColorScale2ConditionalFormatting.
MaxPointColor Gets the color corresponding to the maximum threshold of the two-color scale conditional formatting rule. Inherited from ColorScale2ConditionalFormatting.
MidPoint Gets the midpoint threshold of the three-color scale conditional formatting rule.
MidPointColor Gets the color corresponding to the midpoint threshold specified in the three-color scale conditional formatting rule.
MinPoint Gets the minimum threshold of the color scale conditional formatting rule. Inherited from ColorScale2ConditionalFormatting.
MinPointColor Gets the color corresponding to the minimum threshold specified in the two-color scale conditional formatting rule. Inherited from ColorScale2ConditionalFormatting.
Priority Specifies the priority of the conditional formatting rule. Inherited from ConditionalFormatting.
Range Gets or sets the range of cells to which the conditional formatting rule is applied. Inherited from ConditionalFormatting.
Ranges Obsolete. Gets or sets a collection of ranges, to which the conditional format is applied. Inherited from ConditionalFormatting.
StopIfTrue Specifies whether the rules with lower priority can be applied. Inherited from ConditionalFormatting.
See Also