Skip to main content
A newer version of this page is available. .

FormatConditionRule2ColorScale Members

Applies a format using a two-color scale to display data distribution and variation.

Constructors

Name Description
FormatConditionRule2ColorScale() Initializes a new instance of a FormatConditionRule2ColorScale class.

Properties

Name Description
AutomaticType Gets or sets how the range’s maximum and minimum values are calculated when the FormatConditionRuleMinMaxBase.MaximumType and FormatConditionRuleMinMaxBase.MinimumType properties are set to Automatic. Inherited from FormatConditionRuleMinMaxBase.
IsValid Gets whether the current FormatConditionRuleBase object is properly customized. Inherited from FormatConditionRuleBase.
Maximum Gets or sets the maximum of the target value range. Inherited from FormatConditionRuleMinMaxBase.
MaximumColor Gets or sets the color corresponding to the maximum threshold.
MaximumType Gets or sets whether the target range’s maximum is automatically calculated or specified manually (as a number or percentage). Inherited from FormatConditionRuleMinMaxBase.
Minimum Gets or sets the minimum of the target value range. Inherited from FormatConditionRuleMinMaxBase.
MinimumColor Gets or sets the color corresponding to the minimum threshold.
MinimumType Gets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage). Inherited from FormatConditionRuleMinMaxBase.
PredefinedName Gets or sets the name of the predefined color scale for the current conditional formatting rule.

Methods

Name Description
Assign(FormatConditionRuleBase) Copies settings from the specified object to the current object. Inherited from FormatConditionRuleBase.
BeginUpdate() Locks the FormatConditionRuleBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. Inherited from FormatConditionRuleBase.
ConvertToDecimal(Object) static Converts the specified object to the nullable decimal type. Inherited from FormatConditionRuleBase.
CreateInstance() Creates a new instance of the FormatConditionRule2ColorScale class.
EndUpdate() Unlocks the FormatConditionRuleBase object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from FormatConditionRuleBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAutomaticType() Returns the actual value of the FormatConditionRuleMinMaxBase.AutomaticType setting. Inherited from FormatConditionRuleMinMaxBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsFit(IFormatConditionRuleValueProvider) Returns whether the current rule evaluates to “true” for input values provided by the specified valueProvider. Inherited from FormatConditionRuleBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the text representation of the current object. Inherited from FormatConditionRuleBase.
See Also