gridView.ModifyCell(row, column, value)
gridView.ModifyCell(row, column, value)
Variable | Description |
---|---|
row | Index of the row. The value is zero-based. Integer. |
column | Column identifier. String. |
value | The new value of the cell. String. |