DataGridView.GetCellValue Method
| Name | Parameters | Description |
|---|---|---|
| GetCellValue(Int32, GridColumn) | rowHandle, column | Returns the value of the specified data cell. |
| GetCellValue(Int32, String) | rowHandle, fieldName | Returns the value of the specified data cell. |