# C1.Win.List.SelectedRowCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_SelectedRowCollection" data-uid="C1.Win.List.SelectedRowCollection" class="text-break">SelectedRowCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of Selected rows.</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="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">SelectedRowCollection</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="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_SelectedRowCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SelectedRowCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SelectedRowCollection
    Inherits CollectionBase
    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="C1_Win_List_SelectedRowCollection_Item_System_Int32_" data-uid="C1.Win.List.SelectedRowCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.Item.html#C1_Win_List_SelectedRowCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the specified Row index from the collection.</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_List_SelectedRowCollection_Add_System_Int32_" data-uid="C1.Win.List.SelectedRowCollection.Add(System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.Add.html#C1_Win_List_SelectedRowCollection_Add_System_Int32_">Add(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a row to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedRowCollection_Clear" data-uid="C1.Win.List.SelectedRowCollection.Clear">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.Clear.html#C1_Win_List_SelectedRowCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all elements from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedRowCollection_Contains_System_Int32_" data-uid="C1.Win.List.SelectedRowCollection.Contains(System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.Contains.html#C1_Win_List_SelectedRowCollection_Contains_System_Int32_">Contains(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedRowCollection_IndexOf_System_Int32_" data-uid="C1.Win.List.SelectedRowCollection.IndexOf(System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.IndexOf.html#C1_Win_List_SelectedRowCollection_IndexOf_System_Int32_">IndexOf(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedRowCollection_Insert_System_Int32_System_Int32_" data-uid="C1.Win.List.SelectedRowCollection.Insert(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.Insert.html#C1_Win_List_SelectedRowCollection_Insert_System_Int32_System_Int32_">Insert(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a row at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedRowCollection_RemoveAt_System_Int32_" data-uid="C1.Win.List.SelectedRowCollection.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedRowCollection.RemoveAt.html#C1_Win_List_SelectedRowCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the row at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
