# GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo" class="text-break">ListItemCollectionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ListItemCollectionInfo</b> class used to store <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo.html">ListItemInfo</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"><span class="xref">ListItemCollectionInfo</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_ListItemCollectionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ListItemCollectionInfo : IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ListItemCollectionInfo
    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_ListItemCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ListItemCollectionInfo(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_ListItemCollectionInfo_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the ListItemInfo 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="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Add(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_">Add(ListItemInfo)</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_ListItemCollectionInfo_Add_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Add(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo.html">ListItemInfo</a> object with the text to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo___">AddRange(ListItemInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a range of items of the specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange(System.String[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_AddRange_System_String___">AddRange(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds text of the specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all items in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Contains(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_">Contains(ListItemInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains the specified item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo___System_Int32_">CopyTo(ListItemInfo[], 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_ListItemCollectionInfo_Find_System_Object_System_Collections_IComparer_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Find(System.Object,System.Collections.IComparer,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Find.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Find_System_Object_System_Collections_IComparer_System_Int32_System_Int32_">Find(object, IComparer, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the value by comparer from the start index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindAllObject_System_Object_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllObject(System.Object,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllObject.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindAllObject_System_Object_System_Int32_">FindAllObject(object, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first item in the list that matches the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindAllString_System_String_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllString(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllString.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindAllString_System_String_System_Int32_">FindAllString(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first item in the collection that starts with the specified string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindAllStringExact_System_String_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllStringExact(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindAllStringExact.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindAllStringExact_System_String_System_Int32_">FindAllStringExact(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first item in the list that matches the specified string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindObject_System_Object_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindObject(System.Object,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindObject.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindObject_System_Object_System_Int32_System_Int32_">FindObject(object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first item after specifed index that matches the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindString_System_String_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindString(System.String,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindString.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindString_System_String_System_Int32_System_Int32_">FindString(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first item after the given index which starts with the given string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindStringExact_System_String_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindStringExact(System.String,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.FindStringExact.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_FindStringExact_System_String_System_Int32_System_Int32_">FindStringExact(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the first item after the specified index that matches the specified string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_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_ListItemCollectionInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_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_ListItemCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_">IndexOf(ListItemInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_">Insert(int, ListItemInfo)</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_ListItemCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Remove(GrapeCity.Win.Spread.InputMan.CellType.ListItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListItemInfo_">Remove(ListItemInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a specific item from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_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_ListItemCollectionInfo_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollectionInfo.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollectionInfo_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the subitems of the collection to a new array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
