# GrapeCity.Documents.Excel.SaveOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_SaveOptions" data-uid="GrapeCity.Documents.Excel.SaveOptions" class="text-break">SaveOptions Class
</h1>
  <div class="markdown level0 summary"><p>Option class for saving.</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">SaveOptions</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_SaveOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SaveOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SaveOptions</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_SaveOptions__ctor" data-uid="GrapeCity.Documents.Excel.SaveOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.SaveOptions.-ctor.html#GrapeCity_Documents_Excel_SaveOptions__ctor">SaveOptions()</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_SaveOptions_IgnoreFormulas" data-uid="GrapeCity.Documents.Excel.SaveOptions.IgnoreFormulas">
          <a class="xref" href="GrapeCity.Documents.Excel.SaveOptions.IgnoreFormulas.html#GrapeCity_Documents_Excel_SaveOptions_IgnoreFormulas">IgnoreFormulas</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to treat formula cells as value cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SaveOptions_IsCompactMode" data-uid="GrapeCity.Documents.Excel.SaveOptions.IsCompactMode">
          <a class="xref" href="GrapeCity.Documents.Excel.SaveOptions.IsCompactMode.html#GrapeCity_Documents_Excel_SaveOptions_IsCompactMode">IsCompactMode</a>
        </td>
        <td class="markdown level1 summary"><p>A bool indicating whether to save workbook in compact mode, the default value is false.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
