# GrapeCity.Documents.Excel.FindLookIn

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_FindLookIn" data-uid="GrapeCity.Documents.Excel.FindLookIn" class="text-break">FindLookIn Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of data to search.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_FindLookIn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FindLookIn</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FindLookIn</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindLookIn_Comments">Comments</td>
        <td><p>Searches in Comments (xlNotes).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindLookIn_Formulas">Formulas</td>
        <td><p>Searches in formulas (Similar to xlFormulas in MS Excel).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindLookIn_OnlyFormulas">OnlyFormulas</td>
        <td><p>Searches in formulas. If the <a class="xref" href="GrapeCity.Documents.Excel.IRange.HasFormula.html#GrapeCity_Documents_Excel_IRange_HasFormula">HasFormula</a> property of a cell is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>,
the cell will be skipped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindLookIn_Texts">Texts</td>
        <td><p>Searches in Texts (Similar to xlValues in MS Excel).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindLookIn_TextsExcludeFormulaCell">TextsExcludeFormulaCell</td>
        <td><p>Searches in Texts. If the <a class="xref" href="GrapeCity.Documents.Excel.IRange.HasFormula.html#GrapeCity_Documents_Excel_IRange_HasFormula">HasFormula</a> property of a cell is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>,
the cell will be skipped.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindLookIn_Values">Values</td>
        <td><p>Performs type sensitive search in values.
Supports <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> (Wildcard match is disabled),
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>, and <a class="xref" href="GrapeCity.Documents.Excel.CalcError.html">CalcError</a>.
Non-<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> number value matches its <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a> equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
