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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_SelectAll_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.SelectAll*">SelectAll Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_SelectAll_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.SelectAll*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_DropDownEditor_SelectAll" data-uid="GrapeCity.Win.Spread.InputMan.CellType.DropDownEditor.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_DropDownEditor_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
<b>Cut</b> method, which requires text to be selected in the control, to cut the entire contents of the control
and paste them into the Clipboard.</p>
</div>
</div>
