FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / IsCellHovered Method
Row index.
Column index.

In This Topic
    IsCellHovered Method (C1FlexGridClassic)
    In This Topic
    Gets a value that determines if a cell is part of the hovering and should be highlighted.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsCellHovered( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    public virtual bool IsCellHovered( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    True if the cell is hovered, false otherwise.
    See Also