Excel.Interfaces.ColorScaleConditionalFormatUpdateData interface
An interface for updating data on the ColorScaleConditionalFormat
object, for use in colorScaleConditionalFormat.set({ ... })
.
Properties
criteria | The criteria of the color scale. Midpoint is optional when using a two point color scale. |
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
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