[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridHitTestInfo.CellRange

CellRange Property

CellRange

Gets a GridCellRange object that represents the cell at the specified location.

Declaration
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.