# GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection" class="text-break">SubItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Defines the <b>SubItemCollection</b> 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"><span class="xref">SubItemCollection</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_SubItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SubItemCollection : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SubItemCollection
    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_SubItemCollection_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Count.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the count of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_IsReadOnly" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.IsReadOnly">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.IsReadOnly.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the collection is read only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_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_SubItemCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_SubItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Add(GrapeCity.Win.Spread.InputMan.CellType.SubItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Add_GrapeCity_Win_Spread_InputMan_CellType_SubItem_">Add(SubItem)</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_SubItemCollection_Add_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Add(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Add.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Add_System_Object_">Add(object)</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_SubItemCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SubItem___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.AddRange(GrapeCity.Win.Spread.InputMan.CellType.SubItem[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SubItem___">AddRange(SubItem[])</a>
        </td>
        <td class="markdown level1 summary"><p>Add some SubItems of specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_AddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.AddRange(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_AddRange_System_Object___">AddRange(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Add some SubItems of specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_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_SubItemCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_SubItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Contains(GrapeCity.Win.Spread.InputMan.CellType.SubItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_SubItem_">Contains(SubItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_SubItem___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.SubItem[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_SubItem___System_Int32_">CopyTo(SubItem[], 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_SubItemCollection_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_SubItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.SubItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_SubItem_">IndexOf(SubItem)</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_SubItemCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_SubItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.SubItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_SubItem_">Insert(int, SubItem)</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_SubItemCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_SubItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Remove(GrapeCity.Win.Spread.InputMan.CellType.SubItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_Remove_GrapeCity_Win_Spread_InputMan_CellType_SubItem_">Remove(SubItem)</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_SubItemCollection_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove the item at specific position form the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollection.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollection_ToArray">ToArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the subItems of the colletion to a new <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItem.html">SubItem</a> array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
