# FarPoint.Web.Spread.Rows

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Rows" data-uid="FarPoint.Web.Spread.Rows" class="text-break">Rows Class
</h1>
  <div class="markdown level0 summary"><p>Represents a one-dimensional collection of Row objects.</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">Rows</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></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="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Rows_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Rows : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Rows
    Implements IList, ICollection, IEnumerable</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="FarPoint_Web_Spread_Rows_Count" data-uid="FarPoint.Web.Spread.Rows.Count">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Count.html#FarPoint_Web_Spread_Rows_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_Default" data-uid="FarPoint.Web.Spread.Rows.Default">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Default.html#FarPoint_Web_Spread_Rows_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a row for the default row (-1).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_Item_System_Int32_" data-uid="FarPoint.Web.Spread.Rows.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Item.html#FarPoint_Web_Spread_Rows_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new row for the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_Item_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Rows.Item(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Item.html#FarPoint_Web_Spread_Rows_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new row for the specified range of rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_Parent" data-uid="FarPoint.Web.Spread.Rows.Parent">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Parent.html#FarPoint_Web_Spread_Rows_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent object that contains this collection of rows.</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="FarPoint_Web_Spread_Rows_Add_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Rows.Add(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Add.html#FarPoint_Web_Spread_Rows_Add_System_Int32_System_Int32_">Add(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new row or range of rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_AddRange_System_Collections_ICollection_" data-uid="FarPoint.Web.Spread.Rows.AddRange(System.Collections.ICollection)">
          <a class="xref" href="FarPoint.Web.Spread.Rows.AddRange.html#FarPoint_Web_Spread_Rows_AddRange_System_Collections_ICollection_">AddRange(ICollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Not supported (throws InvalidOperationException).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_Clear" data-uid="FarPoint.Web.Spread.Rows.Clear">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Clear.html#FarPoint_Web_Spread_Rows_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Not supported (throws InvalidOperationException).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Rows_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.Rows.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.Rows.Remove.html#FarPoint_Web_Spread_Rows_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a row or range of rows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
