C1.Win.FlexGrid Namespace / C1FlexGridBase Class / IsCellHovered Method
Row index.
Column index.

In This Topic
IsCellHovered Method (C1FlexGridBase)
In This Topic
Gets a value that determines if a cell is hovered.
Syntax
'Declaration
 
Public Overridable Function IsCellHovered( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Boolean
 

Parameters

row
Row index.
col
Column index.

Return Value

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