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

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

    Parameters

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