[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.IsCellCursor

IsCellCursor Method

IsCellCursor(int, int)

Gets a value that determines if a cell contains the grid cursor.

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

Row index.

int col

Column index.

Returns
Type Description
bool

True if the cell contains the cursor, false otherwise.