# GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1" class="text-break">CollectionBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>CollectionBase</b> class, which is a base class.</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"><span class="xref">CollectionBase&lt;T&gt;</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CharBoxInfoCollection.html">CharBoxInfoCollection</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.html">NamedObjectCollection&lt;T&gt;</a></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_CollectionBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class CollectionBase&lt;T&gt; : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class CollectionBase(Of T)
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_CollectionBase_1__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1__ctor">CollectionBase()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.html">CollectionBase&lt;T&gt;</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1__ctor_GrapeCity_Win_Spread_InputMan_CellType_CollectionBase__0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.#ctor(GrapeCity.Win.Spread.InputMan.CellType.CollectionBase{`0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1__ctor_GrapeCity_Win_Spread_InputMan_CellType_CollectionBase__0__">CollectionBase(CollectionBase&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">CollectionEx<t></t></span> class
containing the elements of the specified source collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1__ctor__0___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.#ctor(`0[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1__ctor__0___">CollectionBase(T[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">CollectionEx<t></t></span> class
containing the specified array of <code class="typeparamref">T</code> objects.</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_CollectionBase_1_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Item.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <code class="typeparamref">T</code> at the specified index in 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_CollectionBase_1_Add__0_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Add(`0)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Add.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Add__0_">Add(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified <code class="typeparamref">T</code> to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_AddRange_GrapeCity_Win_Spread_InputMan_CellType_CollectionBase__0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.AddRange(GrapeCity.Win.Spread.InputMan.CellType.CollectionBase{`0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_AddRange_GrapeCity_Win_Spread_InputMan_CellType_CollectionBase__0__">AddRange(CollectionBase&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the contents of another <span class="xref">CollectionEx<t></t></span> to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_AddRange_System_Collections_Generic_IList__0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.AddRange(System.Collections.Generic.IList{`0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_AddRange_System_Collections_Generic_IList__0__">AddRange(IList&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the contents of another <span class="xref">IList<t></t></span> to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_AddRange__0___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.AddRange(`0[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_AddRange__0___">AddRange(T[])</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the specified array to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Contains__0_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Contains(`0)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Contains__0_">Contains(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the collection contains the specified <code class="typeparamref">T</code>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_CopyTo__0___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.CopyTo(`0[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_CopyTo__0___System_Int32_">CopyTo(T[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the collection objects to a one-dimensional <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.array">Array</a> instance beginning at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_DefaultPredicate__1___0_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.DefaultPredicate``1(``0)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.DefaultPredicate.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_DefaultPredicate__1___0_">DefaultPredicate&lt;TTarget&gt;(TTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a default predicate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Exists__1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Exists``1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Exists.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Exists__1">Exists&lt;TTarget&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> contains elements that
match the conditions defined by the specified predicate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Exists__1_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Exists``1(System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Exists.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Exists__1_System_Predicate___0__">Exists&lt;TTarget&gt;(Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> contains elements that
match the conditions defined by the specified predicate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindAll__1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindAll``1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindAll.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindAll__1">FindAll&lt;TTarget&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves all the <code class="typeparamref">T</code> that match the specified type TTarget.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindAll__1_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindAll``1(System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindAll.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindAll__1_System_Predicate___0__">FindAll&lt;TTarget&gt;(Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves all the <code class="typeparamref">T</code> that match the specified type TTarget and match the conditions defined by the specified predicate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindIndex``1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1">FindIndex&lt;TTarget&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based
index of the first occurrence within the entire <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1_System_Int32_System_Int32_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindIndex``1(System.Int32,System.Int32,System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1_System_Int32_System_Int32_System_Predicate___0__">FindIndex&lt;TTarget&gt;(int, int, Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> that starts at the specified index and contains the specified number of elements.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1_System_Int32_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindIndex``1(System.Int32,System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1_System_Int32_System_Predicate___0__">FindIndex&lt;TTarget&gt;(int, Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> that extends from the specified index to the last element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindIndex``1(System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindIndex__1_System_Predicate___0__">FindIndex&lt;TTarget&gt;(Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindLastIndex``1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindLastIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1">FindLastIndex&lt;TTarget&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate, and returns
the zero-based index of the last occurrence within the entire <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1_System_Int32_System_Int32_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindLastIndex``1(System.Int32,System.Int32,System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindLastIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1_System_Int32_System_Int32_System_Predicate___0__">FindLastIndex&lt;TTarget&gt;(int, int, Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate,
and returns the zero-based index of the last occurrence within the range of elements in the
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> that contains the specified number of
elements and ends at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1_System_Int32_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindLastIndex``1(System.Int32,System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindLastIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1_System_Int32_System_Predicate___0__">FindLastIndex&lt;TTarget&gt;(int, Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate,
and returns the zero-based index of the last occurrence within the range of elements in
the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> that extends from the first
element to the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindLastIndex``1(System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindLastIndex.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLastIndex__1_System_Predicate___0__">FindLastIndex&lt;TTarget&gt;(Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an element that matches the conditions defined by the specified predicate, and returns the
zero-based index of the last occurrence within the entire <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLast__1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindLast``1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindLast.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLast__1">FindLast&lt;TTarget&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an <code class="typeparamref">T</code> that matches the specified type TTarget and  matches the conditions defined by the specified predicate,
and returns the last occurrence within the entire collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLast__1_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.FindLast``1(System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.FindLast.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_FindLast__1_System_Predicate___0__">FindLast&lt;TTarget&gt;(Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for an <code class="typeparamref">T</code> that matches the specified type TTarget and  matches the conditions defined by the specified predicate,
and returns the last occurrence within the entire collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Find__1" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Find``1">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Find.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Find__1">Find&lt;TTarget&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a <code class="typeparamref">T</code> that matches the specified type TTarget,
and returns the first occurrence within the entire collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Find__1_System_Predicate___0__" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Find``1(System.Predicate{``0})">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Find.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Find__1_System_Predicate___0__">Find&lt;TTarget&gt;(Predicate&lt;TTarget&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for a <code class="typeparamref">T</code> that matches the specified type TTarget and matches the conditions defined by the specified predicate,
and returns the first occurrence within the entire collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_IndexOf__0_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.IndexOf(`0)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_IndexOf__0_">IndexOf(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index in the collection of the specified <code class="typeparamref">T</code>, if it exists in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_InnerAddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.InnerAddRange(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.InnerAddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_InnerAddRange_System_Object___">InnerAddRange(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the elements of the specified array to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Insert_System_Int32__0_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Insert(System.Int32,`0)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Insert_System_Int32__0_">Insert(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <code class="typeparamref">T</code> into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnAddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnAddRange(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnAddRange.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnAddRange_System_Object___">OnAddRange(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element array into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnAddRangeComplete_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnAddRangeComplete(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnAddRangeComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnAddRangeComplete_System_Object___">OnAddRangeComplete(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a new element array into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnClear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnClear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnClear.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnClear">OnClear()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when clearing the contents of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnClearComplete" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnClearComplete">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnClearComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnClearComplete">OnClearComplete()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after clearing the contents of the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnCollectionChanged_System_ComponentModel_CollectionChangeEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnCollectionChanged.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnCollectionChanged_System_ComponentModel_CollectionChangeEventArgs_">OnCollectionChanged(CollectionChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.CollectionChanged.html">CollectionChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnCollectionChanging_System_ComponentModel_CollectionChangeEventArgs_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnCollectionChanging.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnCollectionChanging_System_ComponentModel_CollectionChangeEventArgs_">OnCollectionChanging(CollectionChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.CollectionChanging.html">CollectionChanging</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnInsert_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnInsert.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before inserting a new element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnInsertComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnInsertComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after inserting a new element into the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnRemove_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnRemove(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnRemove.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnRemove_System_Int32_System_Object_">OnRemove(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnRemoveComplete_System_Int32_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnRemoveComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after removing an element from the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnSet_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnSet(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnSet.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnSet_System_Int32_System_Object_System_Object_">OnSet(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes before setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnSetComplete_System_Int32_System_Object_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnSetComplete(System.Int32,System.Object,System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnSetComplete.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnSetComplete_System_Int32_System_Object_System_Object_">OnSetComplete(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes after setting a value in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnValidate_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.OnValidate(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.OnValidate.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_OnValidate_System_Object_">OnValidate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional custom processes when validating a value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Remove__0_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.Remove(`0)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_Remove__0_">Remove(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified <code class="typeparamref">T</code> from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_CollectionBase_1_CollectionChanged" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.CollectionChanged">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.CollectionChanged.html">CollectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.collectionchangeeventhandler">CollectionChangeEventHandler</a> object that indicates the handler of the CollectionChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_CollectionBase_1_CollectionChanging" data-uid="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase`1.CollectionChanging">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.CollectionBase-1.CollectionChanging.html">CollectionChanging</a>
        </td>
        <td class="markdown level1 summary"><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.collectionchangeeventhandler">CollectionChangeEventHandler</a> object that indicates the handler of CollectionChanging event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
