[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactoryBase.SetCellValue

SetCellValue Method

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.