ComponentOne Xamarin.Android
SetCellValue(GridCellType,GridCellRange,Object) Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactoryBase Class : SetCellValue(GridCellType,GridCellRange,Object) Method
Syntax
'Declaration
 
Public Overridable Sub SetCellValue( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As GridCellFactoryBase
Dim cellType As GridCellType
Dim range As GridCellRange
Dim value As Object
 
instance.SetCellValue(cellType, range, value)
public virtual void SetCellValue( 
   GridCellType cellType,
   GridCellRange range,
   object value
)

Parameters

cellType
range
value
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members