Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / GetCellText Method
The type of cell.
The row that determines the cell.


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

    Parameters

    cellType
    The type of cell.
    row
    The row that determines the cell.
    See Also