Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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
    public string GetCellText( 
       int row,
       int col
    )

    Parameters

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