C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridPanel Class / GetCellText Method / GetCellText(Int32,Int32) Method
The row index.
The column index.


In This Topic
GetCellText(Int32,Int32) Method
In This Topic
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)

Parameters

row
The row index.
col
The column index.
See Also