ComponentOne FlexGrid for UWP
CellRange Property (HitTestInfo)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > HitTestInfo Class : CellRange Property
Gets a CellRange object that represents the cell at the specified location.
Syntax
'Declaration
 
Public ReadOnly Property CellRange As CellRange
public CellRange CellRange {get;}
Remarks
If there is no cell at the specified location, this property returns an invalid CellRange. Use the CellRange.IsValid property to determine whether a CellRange is valid.
See Also

Reference

HitTestInfo Class
HitTestInfo Members