[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGrid.SetCellCheckEdit

SetCellCheckEdit Method

SetCellCheckEdit(int, int, CheckEnum)

Applies a CheckEnum value to a cell or cell range.

Declaration
protected override void SetCellCheckEdit(int row, int col, CheckEnum check)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

CheckEnum check

Value to apply to the cell.

Overrides
Remarks

This method is for internal use. It allows inherited classes to customize the way checkbox data is applied to the cells.