# GrapeCity.Spreadsheet.RichText.Append

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_RichText_Append_" data-uid="GrapeCity.Spreadsheet.RichText.Append*">Append Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_RichText_Append_" data-uid="GrapeCity.Spreadsheet.RichText.Append*"></a>
<h4 id="GrapeCity_Spreadsheet_RichText_Append_System_String_" data-uid="GrapeCity.Spreadsheet.RichText.Append(System.String)">Append(string)</h4>
<div class="markdown level1 summary"><p>Appends the text at the end of this rich text using the last run formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Append(string text)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Append(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 plain text to append.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_RichText_Append_" data-uid="GrapeCity.Spreadsheet.RichText.Append*"></a>
<h4 id="GrapeCity_Spreadsheet_RichText_Append_System_String_GrapeCity_Spreadsheet_Font_" data-uid="GrapeCity.Spreadsheet.RichText.Append(System.String,GrapeCity.Spreadsheet.Font)">Append(string, Font)</h4>
<div class="markdown level1 summary"><p>Appends the text run at the end of this rich text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Append(string text, Font font)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Append(text As String, font As Font)</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 plain text of the tet run.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Font</span></td>
      <td><span class="parametername">font</span></td>
      <td><p>The font setting of the text run.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
