ColorScaleCriterion interface
Office 2013 and later
Represents the criteria for the minimum, midpoint, or maximum thresholds for a color format conditional format.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Each ColorScaleCriterion is part of the ColorScaleCriteria collection. Use ColorScaleCriteria(index), to return an individual criterion.
You can set the Type, Value, and FormatColor of each threshold for the color scale.
The following code example creates a range of numbers and then applies a two-color scale conditional formatting rule to that range. The color for the minimum threshold is then assigned to red and the maximum threshold to blue by indexing into the ColorScaleCriteriacollection to set individual criteria.
Show: