# C1.WPF.FlexGrid.CellRange.RightColumn

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_CellRange_RightColumn_" data-uid="C1.WPF.FlexGrid.CellRange.RightColumn*">RightColumn Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_CellRange_RightColumn_" data-uid="C1.WPF.FlexGrid.CellRange.RightColumn*"></a>
<h4 id="C1_WPF_FlexGrid_CellRange_RightColumn" data-uid="C1.WPF.FlexGrid.CellRange.RightColumn">RightColumn</h4>
<div class="markdown level1 summary"><p>Gets the index of the right column in this <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int RightColumn { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property RightColumn As Integer</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_CellRange_RightColumn_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This value is the higher of <a class="xref" href="C1.WPF.FlexGrid.CellRange.Column.html#C1_WPF_FlexGrid_CellRange_Column">Column</a> or <a class="xref" href="C1.WPF.FlexGrid.CellRange.Column2.html#C1_WPF_FlexGrid_CellRange_Column2">Column2</a>.</p>
</div>
</div>
