# C1.WPF.Grid.GridRowColRangesOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridRowColRangesOptions" data-uid="C1.WPF.Grid.GridRowColRangesOptions" class="text-break">GridRowColRangesOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies options available for customizing the excel output when grid is exported.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.Excel.dll</h6>
  <h5 id="C1_WPF_Grid_GridRowColRangesOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum GridRowColRangesOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum GridRowColRangesOptions</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>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_ExcludeEmpty">ExcludeEmpty</td>
        <td><p>Represents an option that opts-in for excluding empty row(s) in the rendered output file.
<remarks>
This only affects row ranges.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_ExludeRange">ExludeRange</td>
        <td><p>Represents an option that opts-in for treating any explicit ranges as exclusive; meaning those column(s) and/or row(s) in the range will not be rendered in the output file.
<remarks>
By default, any specified range(s) are inclusive; meaning that only those column(s) and/or row(s) in the range will be rendered in the output file.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_None">None</td>
        <td><p>Represents an option where no options are truly set for row(s) and/or column(s).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_RenderFrozen">RenderFrozen</td>
        <td><p>Represents an option that opts-in for rendering the frozen row(s) and/or column(s) in the output file.
<remarks>
If a combination of other flags is used as well, the frozen indexes are affected by that option as well.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_RenderGroups">RenderGroups</td>
        <td><p>Represents an option that opts-in for including grouped row(s) in the rendered output file.
<remarks>
This only affects row ranges.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_SelectedOnly">SelectedOnly</td>
        <td><p>Represents an option that opts-in for rendering only the selected row(s) and/or column(s) in the output file.
<remarks>
If it is set for only either row(s) or column(s), only row(s) or column(s) that have a selected cell in them will be rendered in the output file.
If it is set for both row(s) and column(s), only the cell(s) in the selected range will be rendered in the output file.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRangesOptions_VisibleOnly">VisibleOnly</td>
        <td><p>Represents an option that opts-in for rendering only visible row(s) and/or column(s) in the output file.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
