# GrapeCity.Documents.Excel.SerializationOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_SerializationOptions" data-uid="GrapeCity.Documents.Excel.SerializationOptions" class="text-break">SerializationOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents some settings when serialize workbook or worksheet to JSON.</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">SerializationOptions</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_SerializationOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SerializationOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SerializationOptions</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_SerializationOptions__ctor" data-uid="GrapeCity.Documents.Excel.SerializationOptions.#ctor">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.-ctor.html#GrapeCity_Documents_Excel_SerializationOptions__ctor">SerializationOptions()</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_SerializationOptions_ExportSharedFormula" data-uid="GrapeCity.Documents.Excel.SerializationOptions.ExportSharedFormula">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.ExportSharedFormula.html#GrapeCity_Documents_Excel_SerializationOptions_ExportSharedFormula">ExportSharedFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IgnoreColumnRowInfoOutOfUsedRange" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IgnoreColumnRowInfoOutOfUsedRange">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IgnoreColumnRowInfoOutOfUsedRange.html#GrapeCity_Documents_Excel_SerializationOptions_IgnoreColumnRowInfoOutOfUsedRange">IgnoreColumnRowInfoOutOfUsedRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to ignore below information to JSON file which is out of used range when exporting to JSON. Default value is true.
- row style
- column style
- row height
- column width</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IgnoreFormula" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IgnoreFormula">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IgnoreFormula.html#GrapeCity_Documents_Excel_SerializationOptions_IgnoreFormula">IgnoreFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IgnoreRangeOutOfRowColumnCount" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IgnoreRangeOutOfRowColumnCount">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IgnoreRangeOutOfRowColumnCount.html#GrapeCity_Documents_Excel_SerializationOptions_IgnoreRangeOutOfRowColumnCount">IgnoreRangeOutOfRowColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IgnoreSheets" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IgnoreSheets">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IgnoreSheets.html#GrapeCity_Documents_Excel_SerializationOptions_IgnoreSheets">IgnoreSheets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to ignore the sheets when exporting to JSON. Default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IgnoreStyle" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IgnoreStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IgnoreStyle.html#GrapeCity_Documents_Excel_SerializationOptions_IgnoreStyle">IgnoreStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IncludeAutoMergedCells" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IncludeAutoMergedCells">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IncludeAutoMergedCells.html#GrapeCity_Documents_Excel_SerializationOptions_IncludeAutoMergedCells">IncludeAutoMergedCells</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to include the automatically merged cells. The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_SerializationOptions_IncludeBindingSource" data-uid="GrapeCity.Documents.Excel.SerializationOptions.IncludeBindingSource">
          <a class="xref" href="GrapeCity.Documents.Excel.SerializationOptions.IncludeBindingSource.html#GrapeCity_Documents_Excel_SerializationOptions_IncludeBindingSource">IncludeBindingSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to include the binding source when saving the file. Default value is true.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
