ComponentOne DataGrid for WPF and Silverlight
SetCellValue Method (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : SetCellValue Method
The row used to determine the cell.
The value that will be set in the cell.
Sets the value in the cell belonging to this column and the specified row.
Syntax
'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.
See Also

Reference

DataGridColumn Class
DataGridColumn Members