# C1.WPF.Grid.GridRowColRanges

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridRowColRanges" data-uid="C1.WPF.Grid.GridRowColRanges" class="text-break">GridRowColRanges Class
</h1>
  <div class="markdown level0 summary"><p>Represents a wrapper class containing row or column settings that in turn affect the output when a grid is exported though the GcExcel library.</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">GridRowColRanges</span></div>
  </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_GridRowColRanges_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GridRowColRangesConverter))]
public class GridRowColRanges</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GridRowColRangesConverter))&gt;
Public Class GridRowColRanges</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="C1_WPF_Grid_GridRowColRanges__ctor_C1_WPF_Core_C1OrderedSet_C1_WPF_Grid_GridRowColRangesOptions_" data-uid="C1.WPF.Grid.GridRowColRanges.#ctor(C1.WPF.Core.C1OrderedSet,C1.WPF.Grid.GridRowColRangesOptions)">
          <a class="xref" href="C1.WPF.Grid.GridRowColRanges.-ctor.html#C1_WPF_Grid_GridRowColRanges__ctor_C1_WPF_Core_C1OrderedSet_C1_WPF_Grid_GridRowColRangesOptions_">GridRowColRanges(C1OrderedSet, GridRowColRangesOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of GridRowColRanges with where both the inclusive range and the flagged options are passed as a parameter.</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="C1_WPF_Grid_GridRowColRanges_Options" data-uid="C1.WPF.Grid.GridRowColRanges.Options">
          <a class="xref" href="C1.WPF.Grid.GridRowColRanges.Options.html#C1_WPF_Grid_GridRowColRanges_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the flagged options than in turn affect the rendered output.
<a class="xref" href="C1.WPF.Grid.GridRowColRangesOptions.html">GridRowColRangesOptions</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridRowColRanges_Ranges" data-uid="C1.WPF.Grid.GridRowColRanges.Ranges">
          <a class="xref" href="C1.WPF.Grid.GridRowColRanges.Ranges.html#C1_WPF_Grid_GridRowColRanges_Ranges">Ranges</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified ranges to be included or excluded in the rendered output.
<remarks>
This is a read-only value and it returns the string version of the internal RangedSet.
</remarks></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
