# GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable" class="text-break">ISpinable Interface
</h1>
  <div class="markdown level0 summary"><p>Provides a set of means to the spin action.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISpinable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISpinable</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_Wpf_SpreadSheet_CellType_Editors_ISpinable_SpinIncrement" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.SpinIncrement">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.SpinIncrement.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_SpinIncrement">SpinIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the spin increment.</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_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinDown">DoSpinDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs spin down behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinDown_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinDown(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinDown_System_Int32_">DoSpinDown(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs spin down with the specified increment parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinUp" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinUp">DoSpinUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs spin up behavior.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinUp_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinUp(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinUp.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinUp_System_Int32_">DoSpinUp(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs spin up with the specified increment parameters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
