ComponentOne Xamarin Edition
SetCellValue(Object,Object) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridColumn Class > SetCellValue Method : SetCellValue(Object,Object) Method
The data item which stores the value.
The value to be set in the data item.
Sets the specified value to dataItem property related to this column.
Syntax
public void SetCellValue( 
   object dataItem,
   object value
)

Parameters

dataItem
The data item which stores the value.
value
The value to be set in the data item.
See Also

Reference

GridColumn Class
GridColumn Members
Overload List