# GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinDown

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinDown*">SpinDown Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinDown*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinDown">SpinDown()</h4>
<div class="markdown level1 summary"><p>Performs 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 SpinDown()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SpinDown()</code></pre>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The method spins the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.Value.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_Value">Value</a>
to the next one which less than current.</p>
</div>


<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinDown*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinDown(System.Int32)">SpinDown(int)</h4>
<div class="markdown level1 summary"><p>Performs spin down with the specified increment 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 SpinDown(int increment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SpinDown(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 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinDown_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The method spins the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.Value.html#GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_Value">Value</a>
to the next one which less than current following the increment.</p>
</div>
</div>
