[]
Set the value of the cell.
void SetCellValue(int row, string colName, object value)
Sub SetCellValue(row As Integer, colName As String, value As Object)
| Type | Name | Description |
|---|---|---|
| int | row | The row number of the grid. |
| string | colName | The column name of the grid. |
| object | value | The value of the cell. |