# GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection" class="text-break">ListItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ListItemCollection</b> class to store <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItem.html">ListItem</a>.</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">ListItemCollection</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_ListItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ListItemCollection : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ListItemCollection
    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_ListItemCollection_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item 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_ListItemCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">Add(ListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Add an item to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Add_System_String_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Add(System.String)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Add_System_String_">Add(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItem.html">ListItem</a> with the text to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListItem___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ListItem[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ListItem___">AddRange(ListItem[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds some items of specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_System_String___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange(System.String[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_AddRange_System_String___">AddRange(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Add some texts of specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Contains(GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">Contains(ListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains specified item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListItem___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.ListItem[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ListItem___System_Int32_">CopyTo(ListItem[], 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_ListItemCollection_Find_System_Object_System_Collections_IComparer_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Find(System.Object,System.Collections.IComparer,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Find.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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 form start index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_FindAllObject_System_Object_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllObject(System.Object,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllObject.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_FindAllString_System_String_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllString(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllString.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_FindAllStringExact_System_String_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_FindObject_System_Object_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindObject(System.Object,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindObject.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_FindString_System_String_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindString(System.String,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindString.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_FindStringExact_System_String_System_Int32_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindStringExact(System.String,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindStringExact.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">IndexOf(ListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets index of the item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">Insert(int, ListItem)</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_ListItemCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Remove(GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">Remove(ListItem)</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_ListItemCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_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_ListItemCollection_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the subItems of the colletion to a new Array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
