Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter Class / SetCellValue Method
The range.
The value to be set in the cell.

In This Topic
    SetCellValue Method (GridControlAdapter)
    In This Topic
    Sets the value of a specified cell.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetCellValue( _
       ByVal range As GridControlRange, _
       ByVal value As Object _
    ) 
    public virtual void SetCellValue( 
       GridControlRange range,
       object value
    )

    Parameters

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