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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_SelectAll_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.SelectAll*">SelectAll Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_SelectAll_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.SelectAll*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_SelectAll" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.SelectAll">SelectAll()</h4>
<div class="markdown level1 summary"><p>Selects all text of the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SelectAll()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SelectAll()</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_SelectAll_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method enables you to select all text within the control. You can use this method in conjunction with the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase.Cut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_EditBase_Cut">Cut()</a> method, which requires text to be selected in the control, to cut the entire contents of the control and paste them into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.clipboard">Clipboard</a>.</p>
</div>
</div>
