'Declaration Public Overridable Function GetHoverRange( _ ByVal hoverRow As Integer, _ ByVal hoverColumn As Integer _ ) As GridControlRange
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.