# GrapeCity.Documents.Excel.IExcelOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IExcelOptions" data-uid="GrapeCity.Documents.Excel.IExcelOptions" class="text-break">IExcelOptions Interface
</h1>
  <div class="markdown level0 summary"><p>Options for working with Excel.</p>
</div>
  <div class="markdown level0 conceptual"></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_IExcelOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExcelOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExcelOptions</code></pre>
  </div>
  <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_IExcelOptions_Data" data-uid="GrapeCity.Documents.Excel.IExcelOptions.Data">
          <a class="xref" href="GrapeCity.Documents.Excel.IExcelOptions.Data.html#GrapeCity_Documents_Excel_IExcelOptions_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IDataOptions.html">IDataOptions</a> object that represents the options related to data import and data analysis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IExcelOptions_Formulas" data-uid="GrapeCity.Documents.Excel.IExcelOptions.Formulas">
          <a class="xref" href="GrapeCity.Documents.Excel.IExcelOptions.Formulas.html#GrapeCity_Documents_Excel_IExcelOptions_Formulas">Formulas</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="GrapeCity.Documents.Excel.IFormulaOptions.html">IFormulaOptions</a> object that represents the options related to formula caculation, performance, and error handing.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
