ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / SetCellValue Method
The row used to determine the cell.
The value that will be set in the cell.

In This Topic
    SetCellValue Method (DataGridColumn)
    In This Topic
    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 Object _
    ) 
    public virtual void SetCellValue( 
       DataGridRow Row,
       object value
    )

    Parameters

    Row
    The row used to determine the cell.
    value
    The value that will be set in the cell.
    See Also