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

In This Topic
    SetCellValue(GridCellType,Int32,Int32,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetCellValue( _
       ByVal cellType As C1.WPF.Grid.GridCellType, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal value As Object _
    ) 
    public void SetCellValue( 
       C1.WPF.Grid.GridCellType cellType,
       int row,
       int column,
       object value
    )

    Parameters

    cellType
    row
    column
    value
    See Also