WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridHitTestInfo Class / CellRange Property
In This Topic
    CellRange Property (GridHitTestInfo)
    In This Topic
    Gets a GridCellRange object that represents the cell at the specified location.
    Syntax
    public GridCellRange CellRange {get; set;}
    Remarks
    If there is no cell at the specified location, this property returns an invalid GridCellRange. Use the GridCellRange.IsValid property to determine whether a GridCellRange is valid.
    See Also