# GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_FindAllStringExact_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact*">FindAllStringExact Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_FindAllStringExact_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_ListItemCollection_FindAllStringExact_System_String_System_Int32_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.FindAllStringExact(System.String,System.Int32)">FindAllStringExact(string, int)</h4>
<div class="markdown level1 summary"><p>Finds the first item in the List that matches the specified string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public MatchedListItemCollection FindAllStringExact(string s, int findTargetColumnIndex)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function FindAllStringExact(s As String, findTargetColumnIndex As Integer) As MatchedListItemCollection</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">s</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> to search for.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">findTargetColumnIndex</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value to which column index search in.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.html">MatchedListItemCollection</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.MatchedListItemCollection.html">MatchedListItemCollection</a> containing the matched items.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
