Excel.ConditionalColorScaleCriteria interface
Represents the criteria of the color scale.
Remarks
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
midpoint
The midpoint of the color scale criterion, if the color scale is a 3-color scale.
midpoint?: Excel.ConditionalColorScaleCriterion;
Property Value
Remarks
minimum
The minimum point of the color scale criterion.
minimum: Excel.ConditionalColorScaleCriterion;
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