ComponentOne Xamarin.iOS
GetCellText(Int32,Int32) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridPanel Class > GetCellText Method : GetCellText(Int32,Int32) Method
The row index.
The column index.
Gets the text corresponding to the cell in the specified row and col.
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
The row index.
col
The column index.
See Also

Reference

GridPanel Class
GridPanel Members
Overload List