# GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_MatchedComboItemCollection" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection" class="text-break">MatchedComboItemCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection.html">MatchedComboItemCollection</a> 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"><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.html">MatchedListItemCollection</a></div>
    <div class="level2"><span class="xref">MatchedComboItemCollection</span></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_MatchedComboItemCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MatchedComboItemCollection : MatchedListItemCollection, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MatchedComboItemCollection
    Inherits MatchedListItemCollection
    Implements ICollection, IEnumerable</code></pre>
  </div>
  <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_MatchedComboItemCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection.Contains(GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection.Contains.html#GrapeCity_Win_Spread_InputMan_CellType_MatchedComboItemCollection_Contains_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">Contains(ListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether an element is in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_MatchedComboItemCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListItem_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection.IndexOf(GrapeCity.Win.Spread.InputMan.CellType.ListItem)">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedComboItemCollection.IndexOf.html#GrapeCity_Win_Spread_InputMan_CellType_MatchedComboItemCollection_IndexOf_GrapeCity_Win_Spread_InputMan_CellType_ListItem_">IndexOf(ListItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero-based index of the specified <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.ListItem.html">ListItem</a> in this collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
