ColorScaleCriterion Object
Excel Developer Reference |
Represents the criteria for the minimum, midpoint, or maximum thresholds for a color format conditional format.
Version Information
Version Added: Excel 2007
Remarks
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.
Example
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 ColorScaleCriteria collection to set individual criteria.
Visual Basic for Applications |
---|
|
See Also