IsCellSelected Method (C1FlexGrid)
In This Topic
Gets a value that determines if a cell is selected.
Syntax
'Declaration
Public Overridable Function IsCellSelected( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
public virtual bool IsCellSelected(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
Return Value
True if the cell is selected, false otherwise.
See Also