# GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection" class="text-break">ListColumnCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ListColumnCollection</b> class to store <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumn.html">ListColumn</a> object.</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">ListColumnCollection</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="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ListColumnCollection : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ListColumnCollection
    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="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets count of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column at the specified position.</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="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">Add(ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Add_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Add(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumn.html">ListColumn</a> with the given text to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_AddProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.AddProcess(GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.AddProcess.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_AddProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">AddProcess(ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Process method before a column is added to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListColumn___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ListColumn[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListColumn___">AddRange(ListColumn[])</a>
        </td>
        <td class="markdown level1 summary"><p>Add some columns of specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all the items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Contains(GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">Contains(ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListColumn___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.ListColumn[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListColumn___System_Int32_">CopyTo(ListColumn[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a> to an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a>, starting at a particular
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">IndexOf(ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">Insert(int, ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item to the collection at the specified position</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Remove(GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">Remove(ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a specific item form the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specific position form the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_RemoveProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.RemoveProcess(GrapeCity.Win.Spread.InputMan.CellType.ListColumn)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.RemoveProcess.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_RemoveProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumn_">RemoveProcess(ListColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Process method before a column be removed to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollection.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the subItems of the colletion to a new <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumn.html">ListColumn</a> array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
