# GrapeCity.Documents.Excel.XlsxOpenOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_XlsxOpenOptions" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions" class="text-break">XlsxOpenOptions Class
</h1>
  <div class="markdown level0 summary"><p>Option class for opening xlsx file.</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"><a class="xref" href="GrapeCity.Documents.Excel.OpenOptionsBase.html">OpenOptionsBase</a></div>
    <div class="level2"><span class="xref">XlsxOpenOptions</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Excel.XlsmOpenOptions.html">XlsmOpenOptions</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Excel.XltxOpenOptions.html">XltxOpenOptions</a></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_XlsxOpenOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XlsxOpenOptions : OpenOptionsBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XlsxOpenOptions
    Inherits OpenOptionsBase</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_XlsxOpenOptions__ctor" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.XlsxOpenOptions.-ctor.html#GrapeCity_Documents_Excel_XlsxOpenOptions__ctor">XlsxOpenOptions()</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_XlsxOpenOptions_DigitalSignatureOnly" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions.DigitalSignatureOnly">
          <a class="xref" href="GrapeCity.Documents.Excel.XlsxOpenOptions.DigitalSignatureOnly.html#GrapeCity_Documents_Excel_XlsxOpenOptions_DigitalSignatureOnly">DigitalSignatureOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to open the workbook in digital signature only mode.</p>
<p>
In the digital signature only mode, existing signatures will be preserved 
unless you called <a class="xref" href="GrapeCity.Documents.Excel.ISignature.Delete.html#GrapeCity_Documents_Excel_ISignature_Delete">Delete()</a>. 
But you can only sign existing signature lines, add invisible signatures,
remove digital signature of signed signature lines,
or remove invisible signatures in this mode. Other changes will be discarded.
</p><p>
After modifying digital signatures, you need to save the workbook to commit changes.
</p><p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> to open workbook in digital signature only mode.
Otherwise, use normal mode.
The default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_XlsxOpenOptions_DoNotAutoFitAfterOpened" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions.DoNotAutoFitAfterOpened">
          <a class="xref" href="GrapeCity.Documents.Excel.XlsxOpenOptions.DoNotAutoFitAfterOpened.html#GrapeCity_Documents_Excel_XlsxOpenOptions_DoNotAutoFitAfterOpened">DoNotAutoFitAfterOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Don't autofit the row height after loading the file.
Default is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_XlsxOpenOptions_DoNotRecalculateAfterOpened" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions.DoNotRecalculateAfterOpened">
          <a class="xref" href="GrapeCity.Documents.Excel.XlsxOpenOptions.DoNotRecalculateAfterOpened.html#GrapeCity_Documents_Excel_XlsxOpenOptions_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_XlsxOpenOptions_ImportFlags" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions.ImportFlags">
          <a class="xref" href="GrapeCity.Documents.Excel.XlsxOpenOptions.ImportFlags.html#GrapeCity_Documents_Excel_XlsxOpenOptions_ImportFlags">ImportFlags</a>
        </td>
        <td class="markdown level1 summary"><p>Flags on loading data.
Default is ImportFlags.NoFlag.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_XlsxOpenOptions_Password" data-uid="GrapeCity.Documents.Excel.XlsxOpenOptions.Password">
          <a class="xref" href="GrapeCity.Documents.Excel.XlsxOpenOptions.Password.html#GrapeCity_Documents_Excel_XlsxOpenOptions_Password">Password</a>
        </td>
        <td class="markdown level1 summary"><p>The password for the xlsx file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
