FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / GetHoverRange Method
The row where the mouse is over.
The column where the mouse is over.

In This Topic
    GetHoverRange Method (GridCellFactory)
    In This Topic
    Gets range of cells from the coordinates of the hovered cell.
    Syntax
    'Declaration
     
    Public Overrides Function GetHoverRange( _
       ByVal hoverRow As Integer, _
       ByVal hoverColumn As Integer _
    ) As GridControlRange
    public override 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