GcSpread.Sheets Namespace : ThreeScaleRule class |
var instance = new GcSpread.Sheets.ThreeScaleRule(minType, minValue, minColor, midType, midValue, midColor, maxType, maxValue, maxColor);
function ThreeScaleRule;
Object
GcSpread.Sheets.ScaleRule
GcSpread.Sheets.ThreeScaleRule
Name | Description | |
---|---|---|
ThreeScaleRule Constructor | Represents a three-color scale conditional rule with the specified parameters. |
Name | Description | |
---|---|---|
ranges | (Inherited from GcSpread.Sheets.ConditionRuleBase) | |
style | (Inherited from GcSpread.Sheets.ConditionRuleBase) |
Name | Description | |
---|---|---|
contains | (Inherited from GcSpread.Sheets.ConditionRuleBase) | |
evaluate | Returns the specified value of the rule if the cell meets the condition. | |
getExpected | (Inherited from GcSpread.Sheets.ConditionRuleBase) | |
getMaximumColor | Gets the maximum scale color. | |
getMaximumType | Gets the maximum scale type. | |
getMaximumValue | Gets the maximum scale value. | |
getMidpointColor | Gets the midpoint scale color. | |
getMidpointType | Gets the midpoint scale type. | |
getMidpointValue | Gets the midpoint scale value. | |
getMinimumColor | Gets the minimum scale color. | |
getMinimumType | Gets the minimum scale type. | |
getMinimumValue | Gets the minimum scale value. | |
intersects | (Inherited from GcSpread.Sheets.ConditionRuleBase) | |
priority | (Inherited from GcSpread.Sheets.ConditionRuleBase) | |
reset | Resets the rule. | |
setMaximumColor | Sets the maximum scale color. | |
setMaximumType | Sets the maximum scale type. | |
setMaximumValue | Sets the maximum scale value. | |
setMidpointColor | Sets the midpoint scale color. | |
setMidpointType | Sets the midpoint scale type. | |
setMidpointValue | Sets the midpoint scale value. | |
setMinimumColor | Sets the minimum scale color. | |
setMinimumType | Sets the minimum scale type. | |
setMinimumValue | Sets the minimum scale value. | |
stopIfTrue | (Inherited from GcSpread.Sheets.ScaleRule) |