[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.IsCellSelectedRowHeader

IsCellSelectedRowHeader Method

IsCellSelectedRowHeader(int, int)

Gets a value that determines if a cell is a row header with selection in this row.

Declaration
public virtual bool IsCellSelectedRowHeader(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 a row header with selection in this row, false otherwise.