# GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.Cut

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_Cut_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.Cut*">Cut Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_Cut_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.Cut*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_Cut" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.Cut">Cut()</h4>
<div class="markdown level1 summary"><p>Moves the current selection in the control to the Clipboard.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Cut()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Cut()</code></pre>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_Cut_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method will only cut text from the control if text is selected in the control. You can use this method, instead of
using the Clipboard class, to copy text in the control and move it to the Clipboard.</p>
</div>
</div>
