# FarPoint.Web.Spread.LayoutRows

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_LayoutRows" data-uid="FarPoint.Web.Spread.LayoutRows" class="text-break">LayoutRows Class
</h1>
  <div class="markdown level0 summary"><p>Represents a one-dimensional collection of layout 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">LayoutRows</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_LayoutRows_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutRows : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutRows
    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_LayoutRows_Count" data-uid="FarPoint.Web.Spread.LayoutRows.Count">
          <a class="xref" href="FarPoint.Web.Spread.LayoutRows.Count.html#FarPoint_Web_Spread_LayoutRows_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of layout rows in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LayoutRows_Item_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutRows.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutRows.Item.html#FarPoint_Web_Spread_LayoutRows_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new row for the specified layout row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LayoutRows_Item_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutRows.Item(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutRows.Item.html#FarPoint_Web_Spread_LayoutRows_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 layout 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_LayoutRows_Add_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutRows.Add(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutRows.Add.html#FarPoint_Web_Spread_LayoutRows_Add_System_Int32_System_Int32_">Add(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new row or range of rows for the layout.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LayoutRows_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutRows.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutRows.Remove.html#FarPoint_Web_Spread_LayoutRows_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a row or range of rows from the layout.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
