ExcelScript.ConditionalColorScaleCriterion interface
Represents a color scale criterion which contains a type, value, and a color.
Properties
color | HTML color code representation of the color scale color (e.g., #FF0000 represents Red). |
formula | A number, a formula, or |
type | What the criterion conditional formula should be based on. |
Property Details
color
HTML color code representation of the color scale color (e.g., #FF0000 represents Red).
color?: string;
Property Value
string
formula
A number, a formula, or null
(if type
is lowestValue
).
formula?: string;
Property Value
string
type
What the criterion conditional formula should be based on.
type: ConditionalFormatColorCriterionType;