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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinUp_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinUp*">SpinUp Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinUp_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinUp*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinUp" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinUp">SpinUp()</h4>
<div class="markdown level1 summary"><p>Performs spin up 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 SpinUp()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SpinUp()</code></pre>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinUp_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 previous one which greater than current.</p>
</div>


<a id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinUp_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinUp*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_Fields_NumberDecimalPartField_SpinUp_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartField.SpinUp(System.Int32)">SpinUp(int)</h4>
<div class="markdown level1 summary"><p>Performs spin up 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 SpinUp(int increment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SpinUp(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_SpinUp_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 previous one which greater than current following the increment.</p>
</div>
</div>
