ColorScaleConditionalFormat Object (JavaScript API for Excel)
Represents an IconSet criteria for conditional formatting.
Properties
| Property | Type | Description | Req. Set |
|---|---|---|---|
| threeColorScale | bool | If true the color scale will have three points (minimum, midpoint, maximum), otherwise it will have two (minimum, maximum). Read-only. | 1.6 |
See property access examples.
Relationships
| Relationship | Type | Description | Req. Set |
|---|---|---|---|
| criteria | ConditionalColorScaleCriteria | The criteria of the color scale. Midpoint is optional when using a two point color scale. | 1.6 |
Methods
None