# C1.WPF.FlexGrid.CellRange.Normalize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_CellRange_Normalize_" data-uid="C1.WPF.FlexGrid.CellRange.Normalize*">Normalize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_CellRange_Normalize_" data-uid="C1.WPF.FlexGrid.CellRange.Normalize*"></a>
<h4 id="C1_WPF_FlexGrid_CellRange_Normalize" data-uid="C1.WPF.FlexGrid.CellRange.Normalize">Normalize()</h4>
<div class="markdown level1 summary"><p>Returns a new <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a> normalized so
<a class="xref" href="C1.WPF.FlexGrid.CellRange.Row.html#C1_WPF_FlexGrid_CellRange_Row">Row</a> is less than or equal to <a class="xref" href="C1.WPF.FlexGrid.CellRange.Row2.html#C1_WPF_FlexGrid_CellRange_Row2">Row2</a> and
<a class="xref" href="C1.WPF.FlexGrid.CellRange.Column.html#C1_WPF_FlexGrid_CellRange_Column">Column</a> is less than or equal to <a class="xref" href="C1.WPF.FlexGrid.CellRange.Column2.html#C1_WPF_FlexGrid_CellRange_Column2">Column2</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellRange Normalize()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Normalize() As CellRange</code></pre>
</div>
<h5 class="returns">Returns</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="C1.WPF.FlexGrid.CellRange.html">CellRange</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
