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


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridCellFactoryBase Class : CreateCellContent(GridCellType,GridCellRange,Object) Method
Syntax
'Declaration
 
Public Overridable Function CreateCellContent( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal cellContentType As Object _
) As Android.Views.View
'Usage
 
Dim instance As GridCellFactoryBase
Dim cellType As GridCellType
Dim range As GridCellRange
Dim cellContentType As Object
Dim value As Android.Views.View
 
value = instance.CreateCellContent(cellType, range, cellContentType)
public virtual Android.Views.View CreateCellContent( 
   GridCellType cellType,
   GridCellRange range,
   object cellContentType
)

Parameters

cellType
range
cellContentType
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members