# GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo" class="text-break">ListColumnCollectionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ListColumnCollectionInfo</b> class to store <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo.html">ListColumnInfo</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">ListColumnCollectionInfo</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</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_ListColumnCollectionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ListColumnCollectionInfo : IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ListColumnCollectionInfo
    Implements IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_ListColumnCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ListColumnCollectionInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ListColumnCollectionInfo_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_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_ListColumnCollectionInfo_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_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_ListColumnCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Add(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">Add(ListColumnInfo)</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_ListColumnCollectionInfo_Add_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Add(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo.html">ListColumnInfo</a> with the given text to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_AddProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.AddProcess(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.AddProcess.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_AddProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">AddProcess(ListColumnInfo)</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_ListColumnCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo___">AddRange(ListColumnInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds columns of the specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_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_ListColumnCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Contains(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">Contains(ListColumnInfo)</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_ListColumnCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo___System_Int32_">CopyTo(ListColumnInfo[], 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_ListColumnCollectionInfo_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_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_ListColumnCollectionInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">IndexOf(ListColumnInfo)</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_ListColumnCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">Insert(int, ListColumnInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an item in the collection at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Remove(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">Remove(ListColumnInfo)</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_ListColumnCollectionInfo_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specific position from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_RemoveProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.RemoveProcess(GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.RemoveProcess.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_RemoveProcess_GrapeCity_Win_Spread_InputMan_CellType_ListColumnInfo_">RemoveProcess(ListColumnInfo)</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_ListColumnCollectionInfo_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnCollectionInfo.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_ListColumnCollectionInfo_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the subitems of the collection to a new <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListColumnInfo.html">ListColumnInfo</a> array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
