Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GetCellValue Method / GetCellValue(GridCellType,GridRow,GridColumn) Method
The type of cell.
The row.
The column.

In This Topic
    GetCellValue(GridCellType,GridRow,GridColumn) Method
    In This Topic
    Gets the value corresponding to the cell in the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetCellValue( _
       ByVal cellType As GridCellType, _
       ByVal row As GridRow, _
       ByVal column As GridColumn _
    ) As Object

    Parameters

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