ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / HitTestInfo Class / CellRange Property

In This Topic
    CellRange Property (HitTestInfo)
    In This Topic
    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