# GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Cut

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Cut_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Cut*">Cut Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Cut_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Cut*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Cut" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Cut">Cut()</h4>
<div class="markdown level1 summary"><p>Removes the current selection from the control and copies it to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.clipboard">Clipboard</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[SecurityCritical]
public void Cut()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;SecurityCritical&gt;
Public Sub Cut()</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Cut_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>A cut operation removes the current selection from the control and copies it to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.clipboard">Clipboard</a>. Note that the selected text is removed (cut) from the control in the process. A similar method, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Copy.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Copy">Copy()</a>, copies the current selection to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.clipboard">Clipboard</a>, but does not remove the selected text from the control.</p>
</div>
</div>
