# GrapeCity.Spreadsheet.IColorScale

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IColorScale" data-uid="GrapeCity.Spreadsheet.IColorScale" class="text-break">IColorScale Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the <a class="xref" href="GrapeCity.Spreadsheet.IColorScale.html">IColorScale</a> interface.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_IColorScale_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IColorScale : IFormatCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IColorScale
    Inherits IFormatCondition</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColorScale_ColorScaleCriteria" data-uid="GrapeCity.Spreadsheet.IColorScale.ColorScaleCriteria">
          <a class="xref" href="GrapeCity.Spreadsheet.IColorScale.ColorScaleCriteria.html#GrapeCity_Spreadsheet_IColorScale_ColorScaleCriteria">ColorScaleCriteria</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a ColorScaleCriteria object, which is a collection of individual ColorScaleCriterion objects.
The ColorScaleCriterion object specifies the type, value, and color of threshold criteria used in the color scale conditional format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
