[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGrid.IsCellHighlighted

IsCellHighlighted Method

IsCellHighlighted(int, int)

Gets a value that determines if a cell is part of the selection and should be highlighted.

Declaration
public override bool IsCellHighlighted(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
bool

True if the cell should be highlighted, false otherwise.

Overrides