# GrapeCity.Documents.Excel.ITextRun

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ITextRun" data-uid="GrapeCity.Documents.Excel.ITextRun" class="text-break">ITextRun Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a range of characters in a <a class="xref" href="GrapeCity.Documents.Excel.IRichText.html">IRichText</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ITextRun_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ITextRun</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ITextRun</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITextRun_Font" data-uid="GrapeCity.Documents.Excel.ITextRun.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.Font.html#GrapeCity_Documents_Excel_ITextRun_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font settings of current <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITextRun_Text" data-uid="GrapeCity.Documents.Excel.ITextRun.Text">
          <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.Text.html#GrapeCity_Documents_Excel_ITextRun_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of current <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITextRun_Delete" data-uid="GrapeCity.Documents.Excel.ITextRun.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.Delete.html#GrapeCity_Documents_Excel_ITextRun_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a> from its parent <a class="xref" href="GrapeCity.Documents.Excel.IRichText.html">IRichText</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITextRun_InsertAfter_System_String_" data-uid="GrapeCity.Documents.Excel.ITextRun.InsertAfter(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.InsertAfter.html#GrapeCity_Documents_Excel_ITextRun_InsertAfter_System_String_">InsertAfter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a> after current <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ITextRun_InsertBefore_System_String_" data-uid="GrapeCity.Documents.Excel.ITextRun.InsertBefore(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.InsertBefore.html#GrapeCity_Documents_Excel_ITextRun_InsertBefore_System_String_">InsertBefore(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a> before current <a class="xref" href="GrapeCity.Documents.Excel.ITextRun.html">rich text run</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
