[]
Applies a CheckEnum value to a cell or cell range.
protected virtual void SetCellCheckEdit(int row, int col, CheckEnum check)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
CheckEnum | check | Value to apply to the cell. |
This method is for internal use. It allows inherited classes to customize the way checkbox data is applied to the cells when cells are edited.