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

Parameters

range
The range of the cell.
value
The value to be set.
See Also

Reference

FlexGrid Class
FlexGrid Members
Overload List