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

In This Topic
    SetCellValue Method (DataGridTemplateColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetCellValue( _
       ByVal row As DataGridRow, _
       ByVal value As Object _
    ) 
    public override void SetCellValue( 
       DataGridRow row,
       object value
    )

    Parameters

    row
    value
    See Also