FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Public Property CellRange As GridCellRange
    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