[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.IsCellSelected

IsCellSelected Method

IsCellSelected(int, int)

Gets a value that determines if a cell is selected.

Declaration
public virtual bool IsCellSelected(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
bool

True if the cell is selected, false otherwise.