gridView.ModifyCheckBox(row, column, selected)
gridView.ModifyCheckBox(row, column, selected)
| Variable | Description |
|---|---|
| row | Index of the row. The value is zero-based. Integer. |
| column | Column identifier. String. |
| selected | Specifies if the check box should be selected. Boolean. |