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