# GrapeCity.Spreadsheet.Data.RangeDataList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Data_RangeDataList" data-uid="GrapeCity.Spreadsheet.Data.RangeDataList" class="text-break">RangeDataList Class
</h1>
  <div class="markdown level0 summary"><p>Represents a data source which returns data from a cell range.</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">RangeDataList</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Data.html">GrapeCity.Spreadsheet.Data</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Data_RangeDataList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class RangeDataList : IList&lt;string&gt;, ICollection&lt;string&gt;, IEnumerable&lt;string&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class RangeDataList
    Implements IList(Of String), ICollection(Of String), IEnumerable(Of String), IEnumerable</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_Spreadsheet_Data_RangeDataList__ctor_GrapeCity_Spreadsheet_WorksheetReference_" data-uid="GrapeCity.Spreadsheet.Data.RangeDataList.#ctor(GrapeCity.Spreadsheet.WorksheetReference)">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.RangeDataList.-ctor.html#GrapeCity_Spreadsheet_Data_RangeDataList__ctor_GrapeCity_Spreadsheet_WorksheetReference_">RangeDataList(WorksheetReference)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Data.RangeDataList.html">RangeDataList</a> class.</p>
</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_Spreadsheet_Data_RangeDataList_Count" data-uid="GrapeCity.Spreadsheet.Data.RangeDataList.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.RangeDataList.Count.html#GrapeCity_Spreadsheet_Data_RangeDataList_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the range list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_RangeDataList_IsReadOnly" data-uid="GrapeCity.Spreadsheet.Data.RangeDataList.IsReadOnly">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.RangeDataList.IsReadOnly.html#GrapeCity_Spreadsheet_Data_RangeDataList_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the range list is read-only.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
