# GrapeCity.Spreadsheet.IReadonlyArray-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IReadonlyArray_1" data-uid="GrapeCity.Spreadsheet.IReadonlyArray`1" class="text-break">IReadonlyArray&lt;T&gt; Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a read-only array of items which are declared as <code class="typeparamref">T</code> type.</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_IReadonlyArray_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReadonlyArray&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IReadonlyArray(Of T)</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of items.</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_IReadonlyArray_1_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.IReadonlyArray`1.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.IReadonlyArray-1.Item.html#GrapeCity_Spreadsheet_IReadonlyArray_1_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IReadonlyArray_1_Length" data-uid="GrapeCity.Spreadsheet.IReadonlyArray`1.Length">
          <a class="xref" href="GrapeCity.Spreadsheet.IReadonlyArray-1.Length.html#GrapeCity_Spreadsheet_IReadonlyArray_1_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of items.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
