# C1.Win.List.SelectedColumnCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_SelectedColumnCollection" data-uid="C1.Win.List.SelectedColumnCollection" class="text-break">SelectedColumnCollection Class
</h1>
  <div class="markdown level0 summary"><p>Contains a collection of <a class="xref" href="C1.Win.List.C1DataColumn.html">C1DataColumn</a> objects that represent columns that are selected.</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"><a class="xref" href="C1.Win.List.C1DataColumnCollection.html">C1DataColumnCollection</a></div>
    <div class="level3"><span class="xref">SelectedColumnCollection</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_SelectedColumnCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SelectedColumnCollection : C1DataColumnCollection, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SelectedColumnCollection
    Inherits C1DataColumnCollection
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <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_SelectedColumnCollection_Add_C1_Win_List_C1DataColumn_" data-uid="C1.Win.List.SelectedColumnCollection.Add(C1.Win.List.C1DataColumn)">
          <a class="xref" href="C1.Win.List.SelectedColumnCollection.Add.html#C1_Win_List_SelectedColumnCollection_Add_C1_Win_List_C1DataColumn_">Add(C1DataColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a C1DataColumn to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedColumnCollection_Clear" data-uid="C1.Win.List.SelectedColumnCollection.Clear">
          <a class="xref" href="C1.Win.List.SelectedColumnCollection.Clear.html#C1_Win_List_SelectedColumnCollection_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_SelectedColumnCollection_Insert_System_Int32_C1_Win_List_C1DataColumn_" data-uid="C1.Win.List.SelectedColumnCollection.Insert(System.Int32,C1.Win.List.C1DataColumn)">
          <a class="xref" href="C1.Win.List.SelectedColumnCollection.Insert.html#C1_Win_List_SelectedColumnCollection_Insert_System_Int32_C1_Win_List_C1DataColumn_">Insert(int, C1DataColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a <a class="xref" href="C1.Win.List.C1DataColumn.html">C1DataColumn</a> at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedColumnCollection_OnClear" data-uid="C1.Win.List.SelectedColumnCollection.OnClear">
          <a class="xref" href="C1.Win.List.SelectedColumnCollection.OnClear.html#C1_Win_List_SelectedColumnCollection_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectedColumnCollection_RemoveAt_System_Int32_" data-uid="C1.Win.List.SelectedColumnCollection.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.List.SelectedColumnCollection.RemoveAt.html#C1_Win_List_SelectedColumnCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the C1DataColumn at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
