Excel.Interfaces.ColorScaleConditionalFormatData interface
An interface describing the data returned by calling colorScaleConditionalFormat.toJSON()
.
Properties
criteria | The criteria of the color scale. Midpoint is optional when using a two point color scale. |
three |
If |
Property Details
criteria
The criteria of the color scale. Midpoint is optional when using a two point color scale.
criteria?: Excel.ConditionalColorScaleCriteria;
Property Value
Remarks
threeColorScale
If true
, the color scale will have three points (minimum, midpoint, maximum), otherwise it will have two (minimum, maximum).
threeColorScale?: boolean;
Property Value
boolean
Remarks
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 Add-ins