FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / GetCellValue Method / GetCellValue(GridCellType,GridRow) Method
The type of cell.
The row that determines the cell.

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

    Parameters

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