ComponentOne Xamarin.Android
GetCellContentType(GridCellType,GridCellRange) Method


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

Parameters

cellType
range
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members