Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / SetCellValue Method / SetCellValue(GridCellRange,Object) Method
The range of the cell.
The value to be set.

In This Topic
    SetCellValue(GridCellRange,Object) Method
    In This Topic
    Sets the value corresponding to the cell in the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetCellValue( _
       ByVal range As GridCellRange, _
       ByVal value As Object _
    ) 
    public void SetCellValue( 
       GridCellRange range,
       object value
    )

    Parameters

    range
    The range of the cell.
    value
    The value to be set.
    See Also