# GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo" class="text-break">SubItemCollectionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Defines the <b>SubItemCollectionInfo</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">SubItemCollectionInfo</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>
  <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_SubItemCollectionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SubItemCollectionInfo : IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SubItemCollectionInfo
    Implements IList, ICollection, IEnumerable, ISerializable, IDeserializationCallback</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_SubItemCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SubItemCollectionInfo(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_SubItemCollectionInfo_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Count.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_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_SubItemCollectionInfo_IsReadOnly" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.IsReadOnly">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.IsReadOnly.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the collection is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Item.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_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_SubItemCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Add(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_Add_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_">Add(SubItemInfo)</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_SubItemCollectionInfo_Add_System_Object_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Add(System.Object)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Add.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_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_SubItemCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo___">AddRange(SubItemInfo[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds subitems in the specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_System_Object___" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange(System.Object[])">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.AddRange.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_AddRange_System_Object___">AddRange(object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds subitems in the specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_Clear" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Clear">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Clear.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_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_SubItemCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Contains(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_Contains_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_">Contains(SubItemInfo)</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_SubItemCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo___System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.CopyTo(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo[],System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_CopyTo_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo___System_Int32_">CopyTo(SubItemInfo[], 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_SubItemCollectionInfo_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the enumerator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.GetObjectData.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_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_SubItemCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_">IndexOf(SubItemInfo)</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_SubItemCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Insert(System.Int32,GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Insert.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_Insert_System_Int32_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_">Insert(int, SubItemInfo)</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_SubItemCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Remove(GrapeCity.Win.Spread.InputMan.CellType.SubItemInfo)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.Remove.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_Remove_GrapeCity_Win_Spread_InputMan_CellType_SubItemInfo_">Remove(SubItemInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a specific item from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_RemoveAt_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.RemoveAt(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.RemoveAt.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specified position from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_ToArray" data-uid="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.ToArray">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.SubItemCollectionInfo.ToArray.html#GrapeCity_Win_Spread_InputMan_CellType_SubItemCollectionInfo_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.SubItemInfo.html">SubItemInfo</a> array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
