# GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection" class="text-break">ItemTemplateCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ItemTemplateCollection</b> class to store <b>ItemTemplate</b>.</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">ItemTemplateCollection</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_ItemTemplateCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ItemTemplateCollection : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ItemTemplateCollection
    Implements IList, ICollection, IEnumerable</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_ItemTemplateCollection__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection__ctor">ItemTemplateCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.html">ItemTemplateCollection</a> 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_ItemTemplateCollection_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_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_ItemTemplateCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_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_ItemTemplateCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_">Add(ItemTemplate)</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_ItemTemplateCollection_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_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_ItemTemplateCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Contains(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_">Contains(ItemTemplate)</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_ItemTemplateCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate___System_Int32_">CopyTo(ItemTemplate[], 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_ItemTemplateCollection_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_">IndexOf(ItemTemplate)</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_ItemTemplateCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_">Insert(int, ItemTemplate)</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_ItemTemplateCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Remove(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplate_">Remove(ItemTemplate)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the specific item from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollection.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the item at specific position from the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
