C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / GetCellText Method / GetCellText(GridCellType,GridRow,GridColumn) Method
The type of cell.
The row.
The column.


In This Topic
GetCellText(GridCellType,GridRow,GridColumn) Method
In This Topic
Gets the text corresponding to the cell in the specified row and column.
Syntax
'Declaration
 
Public Overloads Function GetCellText( _
   ByVal cellType As GridCellType, _
   ByVal row As GridRow, _
   ByVal column As GridColumn _
) As String
 
'Usage
 
Dim instance As FlexGrid
Dim cellType As GridCellType
Dim row As GridRow
Dim column As GridColumn
Dim value As String
 
value = instance.GetCellText(cellType, row, column)

Parameters

cellType
The type of cell.
row
The row.
column
The column.
See Also