# FarPoint.Win.Spread.Rows

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Rows" data-uid="FarPoint.Win.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.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_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_Win_Spread_Rows_Count" data-uid="FarPoint.Win.Spread.Rows.Count">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Count.html#FarPoint_Win_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_Win_Spread_Rows_Default" data-uid="FarPoint.Win.Spread.Rows.Default">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Default.html#FarPoint_Win_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_Win_Spread_Rows_Item_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.Item(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Item.html#FarPoint_Win_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_Win_Spread_Rows_Item_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.Item(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Item.html#FarPoint_Win_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_Win_Spread_Rows_Item_System_String_" data-uid="FarPoint.Win.Spread.Rows.Item(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Item.html#FarPoint_Win_Spread_Rows_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new row for the specified tag.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_Parent" data-uid="FarPoint.Win.Spread.Rows.Parent">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Parent.html#FarPoint_Win_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>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_RangeGroupLevels" data-uid="FarPoint.Win.Spread.Rows.RangeGroupLevels">
          <a class="xref" href="FarPoint.Win.Spread.Rows.RangeGroupLevels.html#FarPoint_Win_Spread_Rows_RangeGroupLevels">RangeGroupLevels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of levels of rows in the outline (range group).</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_Win_Spread_Rows_Add_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.Add(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Add.html#FarPoint_Win_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_Win_Spread_Rows_AddRange_System_Collections_ICollection_" data-uid="FarPoint.Win.Spread.Rows.AddRange(System.Collections.ICollection)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.AddRange.html#FarPoint_Win_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_Win_Spread_Rows_AddRangeGroup_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.AddRangeGroup(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.AddRangeGroup.html#FarPoint_Win_Spread_Rows_AddRangeGroup_System_Int32_System_Int32_">AddRangeGroup(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups all the rows from the specified start index by the specified amount to an outline (range group).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_Clear" data-uid="FarPoint.Win.Spread.Rows.Clear">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Clear.html#FarPoint_Win_Spread_Rows_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Not supported (throws InvalidOperationException).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_ExpandRangeGroup_FarPoint_Win_Spread_RangeGroupInfo_System_Boolean_" data-uid="FarPoint.Win.Spread.Rows.ExpandRangeGroup(FarPoint.Win.Spread.RangeGroupInfo,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.ExpandRangeGroup.html#FarPoint_Win_Spread_Rows_ExpandRangeGroup_FarPoint_Win_Spread_RangeGroupInfo_System_Boolean_">ExpandRangeGroup(RangeGroupInfo, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Expands or collapses a specified outline (range group) of rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_Get_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.Get(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Get.html#FarPoint_Win_Spread_Rows_Get_System_Int32_">Get(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a specified row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_Get_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.Get(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Get.html#FarPoint_Win_Spread_Rows_Get_System_Int32_System_Int32_">Get(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a specified range of rows.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_GetRangeGroupInfo_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.GetRangeGroupInfo(System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.GetRangeGroupInfo.html#FarPoint_Win_Spread_Rows_GetRangeGroupInfo_System_Int32_">GetRangeGroupInfo(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the outlines (range groups) by level.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.Remove.html#FarPoint_Win_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>
      <tr>
        <td id="FarPoint_Win_Spread_Rows_RemoveRangeGroup_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Rows.RemoveRangeGroup(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Rows.RemoveRangeGroup.html#FarPoint_Win_Spread_Rows_RemoveRangeGroup_System_Int32_System_Int32_">RemoveRangeGroup(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes rows from the outline (range group) from the specified index and count,
and returns them to individual rows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
