# GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.DoSpinDown

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberDecimalPartField_DoSpinDown_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.DoSpinDown*">DoSpinDown Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberDecimalPartField_DoSpinDown_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.DoSpinDown*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberDecimalPartField_DoSpinDown" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.DoSpinDown">DoSpinDown()</h4>
<div class="markdown level1 summary"><p>Process the spin down behavior.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DoSpinDown()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub DoSpinDown()</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinDown">ISpinable.DoSpinDown()</a></div>


<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberDecimalPartField_DoSpinDown_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.DoSpinDown*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_NumberDecimalPartField_DoSpinDown_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDecimalPartField.DoSpinDown(System.Int32)">DoSpinDown(int)</h4>
<div class="markdown level1 summary"><p>Perform spin down with the specified increment and wrap parameters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void DoSpinDown(int increment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub DoSpinDown(increment As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">increment</span></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value indicates the spin increment.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ISpinable.DoSpinDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ISpinable_DoSpinDown_System_Int32_">ISpinable.DoSpinDown(int)</a></div>
</div>
