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