# GrapeCity.Spreadsheet.IColorStops

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IColorStops" data-uid="GrapeCity.Spreadsheet.IColorStops" class="text-break">IColorStops Interface
</h1>
  <div class="markdown level0 summary"><p>A collection of all the <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.html">ColorStop</a> objects for the specified series.</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_IColorStops_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IColorStops</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IColorStops</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_IColorStops_Count" data-uid="GrapeCity.Spreadsheet.IColorStops.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.IColorStops.Count.html#GrapeCity_Spreadsheet_IColorStops_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the count of the represented object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColorStops_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.IColorStops.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IColorStops.Item.html#GrapeCity_Spreadsheet_IColorStops_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.html">ColorStop</a> object from the specified collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColorStops_Add_System_Double_" data-uid="GrapeCity.Spreadsheet.IColorStops.Add(System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.IColorStops.Add.html#GrapeCity_Spreadsheet_IColorStops_Add_System_Double_">Add(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.html">ColorStop</a> object to the specified collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IColorStops_Clear" data-uid="GrapeCity.Spreadsheet.IColorStops.Clear">
          <a class="xref" href="GrapeCity.Spreadsheet.IColorStops.Clear.html#GrapeCity_Spreadsheet_IColorStops_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all color stops from this collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
