IsCellSelectedRowHeader Method (C1FlexGrid)
In This Topic
Gets a value that determines if a cell is a row header with selection in this row.
Syntax
'Declaration
Public Overrides Function IsCellSelectedRowHeader( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
public override bool IsCellSelectedRowHeader(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
Return Value
True if the cell is a row header with selection in this row, false otherwise.
See Also