ComponentOne Xamarin Edition
SetCellValue(GridCellType,GridRow,Object) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridColumn Class > SetCellValue Method : SetCellValue(GridCellType,GridRow,Object) Method
The type of cell.
The row that determines the cell.
The value to be set.
Sets the value corresponding to the cell in the intersection of the specified row and this column.
Syntax
public virtual void SetCellValue( 
   GridCellType cellType,
   GridRow row,
   object value
)

Parameters

cellType
The type of cell.
row
The row that determines the cell.
value
The value to be set.
See Also

Reference

GridColumn Class
GridColumn Members
Overload List