# C1.WPF.ICharRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ICharRange" data-uid="C1.WPF.ICharRange" class="text-break">ICharRange Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a character range within a string.
This is used by <a class="xref" href="C1.WPF.ISpellChecker.html">ISpellChecker</a> to represent the
spelling mistakes found in text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_ICharRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICharRange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICharRange</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="C1_WPF_ICharRange_Length" data-uid="C1.WPF.ICharRange.Length">
          <a class="xref" href="C1.WPF.ICharRange.Length.html#C1_WPF_ICharRange_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ICharRange_Start" data-uid="C1.WPF.ICharRange.Start">
          <a class="xref" href="C1.WPF.ICharRange.Start.html#C1_WPF_ICharRange_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the start of the range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
