# C1.C1Preview.Export.XlsOptionsForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_XlsOptionsForm" data-uid="C1.C1Preview.Export.XlsOptionsForm" class="text-break">XlsOptionsForm Class
</h1>
  <div class="markdown level0 summary"><p>Represents a form for editing the export options used by an <a class="xref" href="C1.C1Preview.Export.XlsExporter.html">XlsExporter</a>.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><a class="xref" href="C1.C1Preview.Forms.BaseForm.html">BaseForm</a></div>
    <div class="level8"><a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.html">ExportOptionsFormBase</a></div>
    <div class="level9"><a class="xref" href="C1.C1Preview.Export.ComplexExporterOptionsForm.html">ComplexExporterOptionsForm</a></div>
    <div class="level10"><span class="xref">XlsOptionsForm</span></div>
      <div class="level11"><a class="xref" href="C1.C1Preview.Export.XlsxOptionsForm.html">XlsxOptionsForm</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Export.html">C1.C1Preview.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_Export_XlsOptionsForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XlsOptionsForm : ComplexExporterOptionsForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XlsOptionsForm
    Inherits ComplexExporterOptionsForm
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_chkDataOnly" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_chkDataOnly">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_chkDataOnly.html">m_chkDataOnly</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_chkPagePerSheet" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_chkPagePerSheet">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_chkPagePerSheet.html">m_chkPagePerSheet</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_grpDocContentType" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_grpDocContentType">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_grpDocContentType.html">m_grpDocContentType</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_lblFontsSizeDelta" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_lblFontsSizeDelta">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_lblFontsSizeDelta.html">m_lblFontsSizeDelta</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_lblTolerance" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_lblTolerance">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_lblTolerance.html">m_lblTolerance</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_numFontScaling" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_numFontScaling">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_numFontScaling.html">m_numFontScaling</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_numTolerance" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_numTolerance">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_numTolerance.html">m_numTolerance</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_rbtnContentAuto" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_rbtnContentAuto">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_rbtnContentAuto.html">m_rbtnContentAuto</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_rbtnContentTable" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_rbtnContentTable">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_rbtnContentTable.html">m_rbtnContentTable</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_m_rbtnContentText" data-uid="C1.C1Preview.Export.XlsOptionsForm.m_rbtnContentText">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.m_rbtnContentText.html">m_rbtnContentText</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="C1_C1Preview_Export_XlsOptionsForm_BookContent" data-uid="C1.C1Preview.Export.XlsOptionsForm.BookContent">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.BookContent.html#C1_C1Preview_Export_XlsOptionsForm_BookContent">BookContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the prevailing type of content in the source document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_DataOnly" data-uid="C1.C1Preview.Export.XlsOptionsForm.DataOnly">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.DataOnly.html#C1_C1Preview_Export_XlsOptionsForm_DataOnly">DataOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether only data should be exported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_FontScaling" data-uid="C1.C1Preview.Export.XlsOptionsForm.FontScaling">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.FontScaling.html#C1_C1Preview_Export_XlsOptionsForm_FontScaling">FontScaling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font scaling factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_PagePerSheet" data-uid="C1.C1Preview.Export.XlsOptionsForm.PagePerSheet">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.PagePerSheet.html#C1_C1Preview_Export_XlsOptionsForm_PagePerSheet">PagePerSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether each page of the source document
should be exported as a separate sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_Tolerance" data-uid="C1.C1Preview.Export.XlsOptionsForm.Tolerance">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.Tolerance.html#C1_C1Preview_Export_XlsOptionsForm_Tolerance">Tolerance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tolerance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_Dispose_System_Boolean_" data-uid="C1.C1Preview.Export.XlsOptionsForm.Dispose(System.Boolean)">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.Dispose.html#C1_C1Preview_Export_XlsOptionsForm_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_XlsOptionsForm_ProcessPaginated" data-uid="C1.C1Preview.Export.XlsOptionsForm.ProcessPaginated">
          <a class="xref" href="C1.C1Preview.Export.XlsOptionsForm.ProcessPaginated.html#C1_C1Preview_Export_XlsOptionsForm_ProcessPaginated">ProcessPaginated()</a>
        </td>
        <td class="markdown level1 summary"><p>Can be used to update controls depending on Paginated property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
