DataGridView.SetCellValue Method
Name | Parameters | Description |
---|---|---|
SetCellValue(Int32, GridColumn, Object) | rowHandle, column, value | Sets the specified cell’s value. |
SetCellValue(Int32, String, Object) | rowHandle, fieldName, value | Sets the specified cell’s value. |