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

Parameters

cellType
The type of cell.
row
The row.
column
The column.
value
The value to be set.
See Also

Reference

FlexGrid Class
FlexGrid Members
Overload List