# GrapeCity.Documents.Excel.FindOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_FindOptions" data-uid="GrapeCity.Documents.Excel.FindOptions" class="text-break">FindOptions Class
</h1>
  <div class="markdown level0 summary"><p>Wraps all optional parameters in
<a class="xref" href="GrapeCity.Documents.Excel.IRange.Find.html#GrapeCity_Documents_Excel_IRange_Find_System_Object_GrapeCity_Documents_Excel_IRange_GrapeCity_Documents_Excel_FindOptions_">Find(object, IRange, FindOptions)</a> .</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">FindOptions</span></div>
  </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_FindOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FindOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FindOptions</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions__ctor" data-uid="GrapeCity.Documents.Excel.FindOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.-ctor.html#GrapeCity_Documents_Excel_FindOptions__ctor">FindOptions()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Documents_Excel_FindOptions_LookAt" data-uid="GrapeCity.Documents.Excel.FindOptions.LookAt">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.LookAt.html#GrapeCity_Documents_Excel_FindOptions_LookAt">LookAt</a>
        </td>
        <td class="markdown level1 summary"><p>Can be one of the <a class="xref" href="GrapeCity.Documents.Excel.LookAt.html">LookAt</a> enum.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions_LookIn" data-uid="GrapeCity.Documents.Excel.FindOptions.LookIn">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.LookIn.html#GrapeCity_Documents_Excel_FindOptions_LookIn">LookIn</a>
        </td>
        <td class="markdown level1 summary"><p>Can be one of the <a class="xref" href="GrapeCity.Documents.Excel.FindLookIn.html">FindLookIn</a> enum.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions_MatchByte" data-uid="GrapeCity.Documents.Excel.FindOptions.MatchByte">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.MatchByte.html#GrapeCity_Documents_Excel_FindOptions_MatchByte">MatchByte</a>
        </td>
        <td class="markdown level1 summary"><p>True to have double-byte characters match only double-byte characters.
False to have double-byte characters match their single-byte equivalents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions_MatchCase" data-uid="GrapeCity.Documents.Excel.FindOptions.MatchCase">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.MatchCase.html#GrapeCity_Documents_Excel_FindOptions_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>True to make the search case sensitive. The default value is False .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions_SearchDirection" data-uid="GrapeCity.Documents.Excel.FindOptions.SearchDirection">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.SearchDirection.html#GrapeCity_Documents_Excel_FindOptions_SearchDirection">SearchDirection</a>
        </td>
        <td class="markdown level1 summary"><p>The search direction. Can be one of the <a class="xref" href="GrapeCity.Documents.Excel.SearchDirection.html">SearchDirection</a> enum.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions_SearchFormat" data-uid="GrapeCity.Documents.Excel.FindOptions.SearchFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.SearchFormat.html#GrapeCity_Documents_Excel_FindOptions_SearchFormat">SearchFormat</a>
        </td>
        <td class="markdown level1 summary"><p>The search format. The default value is null.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_FindOptions_SearchOrder" data-uid="GrapeCity.Documents.Excel.FindOptions.SearchOrder">
          <a class="xref" href="GrapeCity.Documents.Excel.FindOptions.SearchOrder.html#GrapeCity_Documents_Excel_FindOptions_SearchOrder">SearchOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Can be one of the <a class="xref" href="GrapeCity.Documents.Excel.SearchOrder.html">SearchOrder</a> enum.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
