# GrapeCity.Documents.Word.FindOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FindOptions" data-uid="GrapeCity.Documents.Word.FindOptions" class="text-break">FindOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents options for a find operation.</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 class="level2"><a class="xref" href="GrapeCity.Documents.Word.FindReplaceOptions.html">FindReplaceOptions</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_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_Word_FindOptions__ctor_GrapeCity_Documents_Word_DocumentBase_" data-uid="GrapeCity.Documents.Word.FindOptions.#ctor(GrapeCity.Documents.Word.DocumentBase)">
          <a class="xref" href="GrapeCity.Documents.Word.FindOptions.-ctor.html#GrapeCity_Documents_Word_FindOptions__ctor_GrapeCity_Documents_Word_DocumentBase_">FindOptions(DocumentBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.FindOptions.html">FindOptions</a> class.</p>
</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_Word_FindOptions_FormattingOptions" data-uid="GrapeCity.Documents.Word.FindOptions.FormattingOptions">
          <a class="xref" href="GrapeCity.Documents.Word.FindOptions.FormattingOptions.html#GrapeCity_Documents_Word_FindOptions_FormattingOptions">FormattingOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatting options associated with the search.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindOptions_IgnoreCase" data-uid="GrapeCity.Documents.Word.FindOptions.IgnoreCase">
          <a class="xref" href="GrapeCity.Documents.Word.FindOptions.IgnoreCase.html#GrapeCity_Documents_Word_FindOptions_IgnoreCase">IgnoreCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the search should ignore case.</p>
<p>The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindOptions_RegularExpressions" data-uid="GrapeCity.Documents.Word.FindOptions.RegularExpressions">
          <a class="xref" href="GrapeCity.Documents.Word.FindOptions.RegularExpressions.html#GrapeCity_Documents_Word_FindOptions_RegularExpressions">RegularExpressions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the search should use regular expressions.
If true, the search pattern represents a .NET regular expression
(see System.Text.RegularExpressions.Regex for details).</p>
<p>The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindOptions_SearchBackwards" data-uid="GrapeCity.Documents.Word.FindOptions.SearchBackwards">
          <a class="xref" href="GrapeCity.Documents.Word.FindOptions.SearchBackwards.html#GrapeCity_Documents_Word_FindOptions_SearchBackwards">SearchBackwards</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the search should proceed
from the end of the search range backwards.</p>
<p>The default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FindOptions_UseCultureInvariant" data-uid="GrapeCity.Documents.Word.FindOptions.UseCultureInvariant">
          <a class="xref" href="GrapeCity.Documents.Word.FindOptions.UseCultureInvariant.html#GrapeCity_Documents_Word_FindOptions_UseCultureInvariant">UseCultureInvariant</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the search should use InvariantCulture.</p>
<p>The default is false (CultureInfo.CurrentCulture is used).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
