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;
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Scripts