# C1.Win.FlexGrid.RowCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_RowCollection" data-uid="C1.Win.FlexGrid.RowCollection" class="text-break">RowCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of grid <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> 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"><a class="xref" href="C1.Win.FlexGrid.RowColCollection.html">RowColCollection</a></div>
    <div class="level2"><span class="xref">RowCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_RowCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class RowCollection : RowColCollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class RowCollection
    Inherits RowColCollection
    Implements 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="C1_Win_FlexGrid_RowCollection_Count" data-uid="C1.Win.FlexGrid.RowCollection.Count">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Count.html#C1_Win_FlexGrid_RowCollection_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="C1_Win_FlexGrid_RowCollection_Fixed" data-uid="C1.Win.FlexGrid.RowCollection.Fixed">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Fixed.html#C1_Win_FlexGrid_RowCollection_Fixed">Fixed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of fixed rows in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_GlyphRow" data-uid="C1.Win.FlexGrid.RowCollection.GlyphRow">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.GlyphRow.html#C1_Win_FlexGrid_RowCollection_GlyphRow">GlyphRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the row used to display the sorting and filtering glyphs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_GlyphVisible" data-uid="C1.Win.FlexGrid.RowCollection.GlyphVisible">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.GlyphVisible.html#C1_Win_FlexGrid_RowCollection_GlyphVisible">GlyphVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether sort, filter, pin and expression editor glyphs
are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Item_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Item.html#C1_Win_FlexGrid_RowCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Selected" data-uid="C1.Win.FlexGrid.RowCollection.Selected">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Selected.html#C1_Win_FlexGrid_RowCollection_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> objects that are currently selected.</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="C1_Win_FlexGrid_RowCollection_Add" data-uid="C1.Win.FlexGrid.RowCollection.Add">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Add.html#C1_Win_FlexGrid_RowCollection_Add">Add()</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a new <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> object to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Add_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.Add(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Add.html#C1_Win_FlexGrid_RowCollection_Add_System_Int32_">Add(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a given number of <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> objects to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_AddNode_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.AddNode(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.AddNode.html#C1_Win_FlexGrid_RowCollection_AddNode_System_Int32_">AddNode(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a new <a class="xref" href="C1.Win.FlexGrid.Node.html">Node</a> row to the row collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Insert_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.Insert(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Insert.html#C1_Win_FlexGrid_RowCollection_Insert_System_Int32_">Insert(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> object to the collection at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_InsertNode_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.InsertNode(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.InsertNode.html#C1_Win_FlexGrid_RowCollection_InsertNode_System_Int32_System_Int32_">InsertNode(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="C1.Win.FlexGrid.Node.html">Node</a> row to the row collection at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_InsertRange_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.InsertRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.InsertRange.html#C1_Win_FlexGrid_RowCollection_InsertRange_System_Int32_System_Int32_">InsertRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a range of rows to the collection at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Move_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.Move(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Move.html#C1_Win_FlexGrid_RowCollection_Move_System_Int32_System_Int32_">Move(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Move a <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> object to a new position in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_MoveRange_System_Int32_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.MoveRange(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.MoveRange.html#C1_Win_FlexGrid_RowCollection_MoveRange_System_Int32_System_Int32_System_Int32_">MoveRange(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves a range of rows to a new position in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Remove_C1_Win_FlexGrid_Row_" data-uid="C1.Win.FlexGrid.RowCollection.Remove(C1.Win.FlexGrid.Row)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Remove.html#C1_Win_FlexGrid_RowCollection_Remove_C1_Win_FlexGrid_Row_">Remove(Row)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Remove_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.Remove(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Remove.html#C1_Win_FlexGrid_RowCollection_Remove_System_Int32_">Remove(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a <a class="xref" href="C1.Win.FlexGrid.Row.html">Row</a> object from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_RemoveRange_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.RowCollection.RemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.RemoveRange.html#C1_Win_FlexGrid_RowCollection_RemoveRange_System_Int32_System_Int32_">RemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a range of rows from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_RowCollection_Update" data-uid="C1.Win.FlexGrid.RowCollection.Update">
          <a class="xref" href="C1.Win.FlexGrid.RowCollection.Update.html#C1_Win_FlexGrid_RowCollection_Update">Update()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates all rows. Only dirty rows.
Override Update to collect information on Row nodes
and to provide for partial updates (typically after appending a row to the collection).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
