# GrapeCity.ActiveReports.Web.XlsxDataExportSettings.AutoRowsHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Web_XlsxDataExportSettings_AutoRowsHeight_" data-uid="GrapeCity.ActiveReports.Web.XlsxDataExportSettings.AutoRowsHeight*">AutoRowsHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Web_XlsxDataExportSettings_AutoRowsHeight_" data-uid="GrapeCity.ActiveReports.Web.XlsxDataExportSettings.AutoRowsHeight*"></a>
<h4 id="GrapeCity_ActiveReports_Web_XlsxDataExportSettings_AutoRowsHeight" data-uid="GrapeCity.ActiveReports.Web.XlsxDataExportSettings.AutoRowsHeight">AutoRowsHeight</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether to automatically adjust the row height.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[PersistenceMode(PersistenceMode.InnerProperty)]
public BoolDefaultExportSetting AutoRowsHeight { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.html">BoolDefaultExportSetting</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.html">BoolDefaultExportSetting</a> object indicating whether rows height should be automatically adjusted.
Set to <code>true</code> if Excel should set the height of the row based on the contents of that row.
Otherwise, Active Reports will calculate the height of the rows.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
