ComponentOne Xamarin.Android
GetCellText(GridCellType,GridCellRange) Method


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

Parameters

cellType
range
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members