FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / SetCellValue Method / SetCellValue(GridControlRange,Object) Method

In This Topic
    SetCellValue(GridControlRange,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetCellValue( _
       ByVal range As C1.WPF.Grid.GridControlRange, _
       ByVal value As Object _
    ) 
    public void SetCellValue( 
       C1.WPF.Grid.GridControlRange range,
       object value
    )

    Parameters

    range
    value
    See Also