Edit

Excel.ConditionalColorScaleCriteria interface

Represents the criteria of the color scale.

Remarks

[Api set: ExcelApi 1.6]

Properties

maximum

The maximum point of the color scale criterion.

midpoint

The midpoint of the color scale criterion, if the color scale is a 3-color scale.

minimum

The minimum point of the color scale criterion.

Property Details

maximum

The maximum point of the color scale criterion.

maximum: Excel.ConditionalColorScaleCriterion;

Property Value

Remarks

[Api set: ExcelApi 1.6]

midpoint

The midpoint of the color scale criterion, if the color scale is a 3-color scale.

midpoint?: Excel.ConditionalColorScaleCriterion;

Property Value

Remarks

[Api set: ExcelApi 1.6]

minimum

The minimum point of the color scale criterion.

minimum: Excel.ConditionalColorScaleCriterion;

Property Value

Remarks

[Api set: ExcelApi 1.6]