# GrapeCity.Spreadsheet.ICharacters

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ICharacters" data-uid="GrapeCity.Spreadsheet.ICharacters" class="text-break">ICharacters Interface
</h1>
  <div class="markdown level0 summary"><p>Represents characters in an object that contains text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ICharacters_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICharacters</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICharacters</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_Spreadsheet_ICharacters_Count" data-uid="GrapeCity.Spreadsheet.ICharacters.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.Count.html#GrapeCity_Spreadsheet_ICharacters_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the number of characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICharacters_Font" data-uid="GrapeCity.Spreadsheet.ICharacters.Font">
          <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.Font.html#GrapeCity_Spreadsheet_ICharacters_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.IFont.html">IFont</a> object that represents the font of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICharacters_Text" data-uid="GrapeCity.Spreadsheet.ICharacters.Text">
          <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.Text.html#GrapeCity_Spreadsheet_ICharacters_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string value that represents the text of this range of characters.</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_Spreadsheet_ICharacters_Delete" data-uid="GrapeCity.Spreadsheet.ICharacters.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.Delete.html#GrapeCity_Spreadsheet_ICharacters_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ICharacters_Insert_System_String_" data-uid="GrapeCity.Spreadsheet.ICharacters.Insert(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.ICharacters.Insert.html#GrapeCity_Spreadsheet_ICharacters_Insert_System_String_">Insert(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a string preceding the selected characters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
