ComponentOne Xamarin Edition
SetCellValue Method (GridCellFactory)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridCellFactory 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 override 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

GridCellFactory Class
GridCellFactory Members