# GrapeCity.Documents.Excel.ReplaceOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_ReplaceOptions" data-uid="GrapeCity.Documents.Excel.ReplaceOptions" class="text-break">ReplaceOptions Class
</h1>
  <div class="markdown level0 summary"><p>Wraps all optional parameters in
<a class="xref" href="GrapeCity.Documents.Excel.IRange.Replace.html#GrapeCity_Documents_Excel_IRange_Replace_System_Object_System_Object_GrapeCity_Documents_Excel_ReplaceOptions_">Replace(object, object, ReplaceOptions)</a>
to be consistent with the Java edition.</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">ReplaceOptions</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_ReplaceOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReplaceOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReplaceOptions</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_ReplaceOptions__ctor" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.-ctor.html#GrapeCity_Documents_Excel_ReplaceOptions__ctor">ReplaceOptions()</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_ReplaceOptions_LookAt" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.LookAt">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.LookAt.html#GrapeCity_Documents_Excel_ReplaceOptions_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. Default is <a class="xref" href="GrapeCity.Documents.Excel.LookAt.html#GrapeCity_Documents_Excel_LookAt_Part">Part</a> .</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ReplaceOptions_MatchByte" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.MatchByte">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.MatchByte.html#GrapeCity_Documents_Excel_ReplaceOptions_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_ReplaceOptions_MatchCase" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.MatchCase">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.MatchCase.html#GrapeCity_Documents_Excel_ReplaceOptions_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_ReplaceOptions_ReplaceFormat" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.ReplaceFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.ReplaceFormat.html#GrapeCity_Documents_Excel_ReplaceOptions_ReplaceFormat">ReplaceFormat</a>
        </td>
        <td class="markdown level1 summary"><p>The replace format for the method.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ReplaceOptions_SearchFormat" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.SearchFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.SearchFormat.html#GrapeCity_Documents_Excel_ReplaceOptions_SearchFormat">SearchFormat</a>
        </td>
        <td class="markdown level1 summary"><p>The search format for the method.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ReplaceOptions_SearchOrder" data-uid="GrapeCity.Documents.Excel.ReplaceOptions.SearchOrder">
          <a class="xref" href="GrapeCity.Documents.Excel.ReplaceOptions.SearchOrder.html#GrapeCity_Documents_Excel_ReplaceOptions_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>
