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

Parameters

cellType
The type of cell.
row
The row.
column
The column.
value
The value.
See Also

Reference

FlexGrid Class
FlexGrid Members
Overload List