# GrapeCity.Spreadsheet.Drawing.IGradientStops

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IGradientStops" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStops" class="text-break">IGradientStops Interface
</h1>
  <div class="markdown level0 summary"><p>Contains a collection of GradientStop objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IGradientStops_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IGradientStops</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IGradientStops</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IGradientStops_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.</p>
</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_Drawing_IGradientStops_Count" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStops.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStops.Count.html#GrapeCity_Spreadsheet_Drawing_IGradientStops_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value indicating the number of items in the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStops.html">IGradientStops</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IGradientStops_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStops.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStops.Item.html#GrapeCity_Spreadsheet_Drawing_IGradientStops_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a GradientStop object from a GradientStops 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_Drawing_IGradientStops_Delete_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStops.Delete(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStops.Delete.html#GrapeCity_Spreadsheet_Drawing_IGradientStops_Delete_System_Int32_">Delete(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a gradient stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IGradientStops_Insert_System_Int32_System_Double_System_Double_System_Int32_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IGradientStops.Insert(System.Int32,System.Double,System.Double,System.Int32,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IGradientStops.Insert.html#GrapeCity_Spreadsheet_Drawing_IGradientStops_Insert_System_Int32_System_Double_System_Double_System_Int32_System_Double_">Insert(int, double, double, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a stop to a gradient, and specifies the brightness, as well as the transparency, of the color.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
