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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_AppendText_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AppendText*">AppendText Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_AppendText_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AppendText*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_AppendText_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.EditBase.AppendText(System.String)">AppendText(string)</h4>
<div class="markdown level1 summary"><p>Appends text to the current text of the edit 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 AppendText(string text)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendText(text As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The text to append to the current contents of the edit control.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_AppendText_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>You can use this method to add text to the existing text
in the control instead of using the concatenation operator (+)
to concatenate text to the Text property.</p>
</div>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_EditBase_AppendText_System_String__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Copy.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Copy">Copy</a>()</div>
    <div><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.EditBase.Paste.html#GrapeCity_Win_Spread_InputMan_CellType_EditBase_Paste">Paste</a>()</div>
</div>
</div>
