# GrapeCity.Documents.Excel.OpenOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_OpenOptions" data-uid="GrapeCity.Documents.Excel.OpenOptions" class="text-break">OpenOptions Class
</h1>
  <div class="markdown level0 summary"><p>Option class for opening.</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">OpenOptions</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_OpenOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OpenOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OpenOptions</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_OpenOptions__ctor" data-uid="GrapeCity.Documents.Excel.OpenOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.OpenOptions.-ctor.html#GrapeCity_Documents_Excel_OpenOptions__ctor">OpenOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor.</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_Excel_OpenOptions_DoNotRecalculateAfterOpened" data-uid="GrapeCity.Documents.Excel.OpenOptions.DoNotRecalculateAfterOpened">
          <a class="xref" href="GrapeCity.Documents.Excel.OpenOptions.DoNotRecalculateAfterOpened.html#GrapeCity_Documents_Excel_OpenOptions_DoNotRecalculateAfterOpened">DoNotRecalculateAfterOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Don't recalculate when getting formula value after loading the file.
Default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_OpenOptions_ImportFlags" data-uid="GrapeCity.Documents.Excel.OpenOptions.ImportFlags">
          <a class="xref" href="GrapeCity.Documents.Excel.OpenOptions.ImportFlags.html#GrapeCity_Documents_Excel_OpenOptions_ImportFlags">ImportFlags</a>
        </td>
        <td class="markdown level1 summary"><p>Flags on loading data.
Default is ImportFlags.NoFlag.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
