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

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

    Parameters

    cellType
    range
    value
    See Also