FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / SetCellValue Method / SetCellValue(GridCellType,GridRow,Object) Method
The type of cell.
The row that determines the cell.
The value to be set.

In This Topic
    SetCellValue(GridCellType,GridRow,Object) Method
    In This Topic
    Sets the value corresponding to the cell in the intersection of the specified row and this column.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub SetCellValue( _
       ByVal cellType As GridCellType, _
       ByVal row As GridRow, _
       ByVal value As Object _
    ) 
    public virtual void SetCellValue( 
       GridCellType cellType,
       GridRow row,
       object value
    )

    Parameters

    cellType
    The type of cell.
    row
    The row that determines the cell.
    value
    The value to be set.
    See Also