[]
Sets the state of the checkbox in a grid cell.
public virtual void SetCellCheck(int row, int col, CheckEnum check)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
CheckEnum | check | CheckEnum value to assign to the cell. |
For details and examples, see the GetCellCheck(int, int) method.