ComponentOne Xamarin.Android
GetCellText(Int32,Int32) Method


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridPanel Class > GetCellText Method : GetCellText(Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Function GetCellText( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As String
'Usage
 
Dim instance As GridPanel
Dim row As Integer
Dim col As Integer
Dim value As String
 
value = instance.GetCellText(row, col)
public string GetCellText( 
   int row,
   int col
)

Parameters

row
col
See Also

Reference

GridPanel Class
GridPanel Members
Overload List