[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.SetCellValue

SetCellValue Method

SetCellValue(GridControlRange, object)

Sets the value of a specified cell.

Declaration
public override sealed void SetCellValue(GridControlRange range, object value)
Parameters
Type Name Description
GridControlRange range

The range.

object value

The value to be set in the cell.

Overrides

SetCellValue(GridCellType, GridCellRange, object)

Sets the value of a specified cell.

Declaration
public virtual void SetCellValue(GridCellType cellType, GridCellRange range, object value)
Parameters
Type Name Description
GridCellType cellType

Type of the cell.

GridCellRange range

The range.

object value

The value to be set in the cell.