ComponentOne Xamarin Edition
SetCellValue Method (GridCellFactoryBase)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactoryBase Class : SetCellValue Method
Type of the cell.
The range.
The value to be set in the cell.
Sets the value of a specified cell.
Syntax
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

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members