# GrapeCity.Spreadsheet.ColorStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ColorStop" data-uid="GrapeCity.Spreadsheet.ColorStop" class="text-break">ColorStop Class
</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>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ColorStop</span></div>
  </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_ColorStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ColorStop</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ColorStop</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_ColorStop_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The ColorStop object enables you to set properties for the cell fill including the Color , ThemeColor , and TintAndShade properties.</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_ColorStop_Color" data-uid="GrapeCity.Spreadsheet.ColorStop.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.Color.html#GrapeCity_Spreadsheet_ColorStop_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the represented object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ColorStop_Position" data-uid="GrapeCity.Spreadsheet.ColorStop.Position">
          <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.Position.html#GrapeCity_Spreadsheet_ColorStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.html">ColorStop</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ColorStop_ThemeColor" data-uid="GrapeCity.Spreadsheet.ColorStop.ThemeColor">
          <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.ThemeColor.html#GrapeCity_Spreadsheet_ColorStop_ThemeColor">ThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme color of the represented object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ColorStop_TintAndShade" data-uid="GrapeCity.Spreadsheet.ColorStop.TintAndShade">
          <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.TintAndShade.html#GrapeCity_Spreadsheet_ColorStop_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that lightens or darkens the color of the represented object.</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_ColorStop_Delete" data-uid="GrapeCity.Spreadsheet.ColorStop.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.Delete.html#GrapeCity_Spreadsheet_ColorStop_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the represented <a class="xref" href="GrapeCity.Spreadsheet.ColorStop.html">ColorStop</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
