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

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

Parameters

row
Row index.
col
Column index.

Return Value

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