WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / GetHoverRange Method
The row where the mouse is over.
The column where the mouse is over.
In This Topic
    GetHoverRange Method (GridWrapCellFactory)
    In This Topic
    Gets range of cells from the coordinates of the hovered cell.
    Syntax
    public virtual GridControlRange GetHoverRange( 
       int hoverRow,
       int hoverColumn
    )

    Parameters

    hoverRow
    The row where the mouse is over.
    hoverColumn
    The column where the mouse is over.
    See Also