# GrapeCity.ActiveReports.Blazor.Viewer.Range

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_Range" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Range" class="text-break">Range Class
</h1>
  <div class="markdown level0 summary"><p>Represents a specific range of text, defined by a starting position and the number of characters it encompasses.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Range</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_Range_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Range</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Range__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Range.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Range.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_Range__ctor">Range()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_ActiveReports_Blazor_Viewer_Range_Length" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Range.Length">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Range.Length.html#GrapeCity_ActiveReports_Blazor_Viewer_Range_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters within the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_Range_Start" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.Range.Start">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.Range.Start.html#GrapeCity_ActiveReports_Blazor_Viewer_Range_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting position of the range in the text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
