FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / SetCellValue Method / SetCellValue(GridControlRange,Object) Method

In This Topic
    SetCellValue(GridControlRange,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides NotOverridable Sub SetCellValue( _
       ByVal range As GridControlRange, _
       ByVal value As Object _
    ) 
    public override void SetCellValue( 
       GridControlRange range,
       object value
    )

    Parameters

    range
    value
    See Also