# GrapeCity.Documents.Excel.IColorStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IColorStop" data-uid="GrapeCity.Documents.Excel.IColorStop" class="text-break">IColorStop Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the color stop point for a gradient fill in a range or selection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IColorStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IColorStop</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IColorStop</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_Documents_Excel_IColorStop_Color" data-uid="GrapeCity.Documents.Excel.IColorStop.Color">
          <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.Color.html#GrapeCity_Documents_Excel_IColorStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.Color.html#GrapeCity_Documents_Excel_IColorStop_Color">Color</a> of the represented <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.html">IColorStop</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IColorStop_Position" data-uid="GrapeCity.Documents.Excel.IColorStop.Position">
          <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.Position.html#GrapeCity_Documents_Excel_IColorStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.html">IColorStop</a> (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IColorStop_ThemeColor" data-uid="GrapeCity.Documents.Excel.IColorStop.ThemeColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.ThemeColor.html#GrapeCity_Documents_Excel_IColorStop_ThemeColor">ThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme color of the represented object (read or write).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IColorStop_TintAndShade" data-uid="GrapeCity.Documents.Excel.IColorStop.TintAndShade">
          <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.TintAndShade.html#GrapeCity_Documents_Excel_IColorStop_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tint and shade of the represented object (read or write).
The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.</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_Documents_Excel_IColorStop_Delete" data-uid="GrapeCity.Documents.Excel.IColorStop.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IColorStop.Delete.html#GrapeCity_Documents_Excel_IColorStop_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the represented object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
