# C1.WPF.FlexGrid.HitTestInfo.CellRange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_HitTestInfo_CellRange_" data-uid="C1.WPF.FlexGrid.HitTestInfo.CellRange*">CellRange Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_HitTestInfo_CellRange_" data-uid="C1.WPF.FlexGrid.HitTestInfo.CellRange*"></a>
<h4 id="C1_WPF_FlexGrid_HitTestInfo_CellRange" data-uid="C1.WPF.FlexGrid.HitTestInfo.CellRange">CellRange</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.FlexGrid.HitTestInfo.CellRange.html#C1_WPF_FlexGrid_HitTestInfo_CellRange">CellRange</a> object that represents the cell at
the specified location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellRange CellRange { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property CellRange As CellRange</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_HitTestInfo_CellRange_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If there is no cell at the specified location, this property returns
an invalid <a class="xref" href="C1.WPF.FlexGrid.HitTestInfo.CellRange.html#C1_WPF_FlexGrid_HitTestInfo_CellRange">CellRange</a>. Use the <a class="xref" href="C1.WPF.FlexGrid.CellRange.IsValid.html#C1_WPF_FlexGrid_CellRange_IsValid">IsValid</a>
property to determine whether a <a class="xref" href="C1.WPF.FlexGrid.HitTestInfo.CellRange.html#C1_WPF_FlexGrid_HitTestInfo_CellRange">CellRange</a> is valid.</p>
</div>
</div>
