ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / SetCellValue Method

In This Topic
    SetCellValue Method (DataGridComboBoxColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetCellValue( _
       ByVal Row As DataGridRow, _
       ByVal value As Object _
    ) 
    public virtual void SetCellValue( 
       DataGridRow Row,
       object value
    )

    Parameters

    Row
    value
    See Also