# GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectAll

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectAll_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectAll*">SelectAll Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectAll_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectAll*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectAll" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.SelectAll">SelectAll()</h4>
<div class="markdown level1 summary"><p>Selects all text in 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_Win_Spread_InputMan_CellType_EditBase_SelectAll_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method enables you to select all text in the control. You can use this method in conjunction with the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Cut.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Cut">Cut()</a> method, which requires text to be selected in the control, to cut the contents of the control and paste them into the <b>Clipboard</b>.</p>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_SelectAll_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.DeselectAll.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_DeselectAll">DeselectAll</a>()</div>
</div>
</div>
