'Declaration
Public Overridable Sub SetCellValue( _ ByVal Row As DataGridRow, _ ByVal value As System.Object _ )
public virtual void SetCellValue( DataGridRow Row, System.object value )
Parameters
- Row
- The row used to determine the cell.
- value
- The value that will be set in the cell.