# C1.WPF.FlexGrid.C1FlexSheet.FindAll

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_C1FlexSheet_FindAll_" data-uid="C1.WPF.FlexGrid.C1FlexSheet.FindAll*">FindAll Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_C1FlexSheet_FindAll_" data-uid="C1.WPF.FlexGrid.C1FlexSheet.FindAll*"></a>
<h4 id="C1_WPF_FlexGrid_C1FlexSheet_FindAll_System_String_C1_WPF_FlexGrid_FindOption_" data-uid="C1.WPF.FlexGrid.C1FlexSheet.FindAll(System.String,C1.WPF.FlexGrid.FindOption)">FindAll(string, FindOption)</h4>
<div class="markdown level1 summary"><p>Find all values according to user inputted.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;FindResult&gt; FindAll(string value, FindOption option)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function FindAll(value As String, [option] As FindOption) As List(Of FindResult)</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">value</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.WPF.FlexGrid.FindOption.html">FindOption</a></td>
      <td><span class="parametername">option</span></td>
      <td></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="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="C1.WPF.FlexGrid.FindResult.html">FindResult</a>&gt;</td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
