# GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo" class="text-break">ItemTemplateCollectionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <b>ItemTemplateCollectionInfo</b> class to store <b>ItemTemplateInfo</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">ItemTemplateCollectionInfo</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_ItemTemplateCollectionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ListBindable(false)]
public class ItemTemplateCollectionInfo : IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ListBindable(False)&gt;
Public Class ItemTemplateCollectionInfo
    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_ItemTemplateCollectionInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo__ctor">ItemTemplateCollectionInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Default constructor</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ItemTemplateCollectionInfo(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_ItemTemplateCollectionInfo_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Count.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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_ItemTemplateCollectionInfo_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Item.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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_ItemTemplateCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Add(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_">Add(ItemTemplateInfo)</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_ItemTemplateCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.AddRange(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo___">AddRange(ItemTemplateInfo[])</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_ItemTemplateCollectionInfo_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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_ItemTemplateCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Contains(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_">Contains(ItemTemplateInfo)</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_ItemTemplateCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo___System_Int32_">CopyTo(ItemTemplateInfo[], 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_ItemTemplateCollectionInfo_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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_ItemTemplateCollectionInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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_ItemTemplateCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_">IndexOf(ItemTemplateInfo)</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_ItemTemplateCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_">Insert(int, ItemTemplateInfo)</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_ItemTemplateCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Remove(GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateInfo_">Remove(ItemTemplateInfo)</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_ItemTemplateCollectionInfo_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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_ItemTemplateCollectionInfo_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ItemTemplateCollectionInfo.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_ItemTemplateCollectionInfo_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>
