# GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_MatchedListItemCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection" class="text-break">MatchedListItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Defines <b>MatchedListItemCollection</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">MatchedListItemCollection</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection.html">MatchedComboItemCollection</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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_MatchedListItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MatchedListItemCollection : ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MatchedListItemCollection
    Implements 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_MatchedListItemCollection_Count" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.Count">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.Count.html#GrapeCity_Win_Spread_InputMan_CellType_MatchedListItemCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements contained in the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MatchedListItemCollection_Item_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.Item.html#GrapeCity_Win_Spread_InputMan_CellType_MatchedListItemCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets 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_MatchedListItemCollection_CopyTo_System_Array_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.CopyTo(System.Array,System.Int32)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.CopyTo.html#GrapeCity_Win_Spread_InputMan_CellType_MatchedListItemCollection_CopyTo_System_Array_System_Int32_">CopyTo(Array, 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_MatchedListItemCollection_GetEnumerator" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.GetEnumerator.html#GrapeCity_Win_Spread_InputMan_CellType_MatchedListItemCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through a collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
