FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.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