[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.SetCellCheck

SetCellCheck Method

SetCellCheck(int, int, CheckEnum)

Sets the state of the checkbox in a grid cell.

Declaration
public virtual void SetCellCheck(int row, int col, CheckEnum check)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

CheckEnum check

CheckEnum value to assign to the cell.

Remarks

For details and examples, see the GetCellCheck(int, int) method.