FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / BoundRow Class / GetData Method
Column that contains the value.

In This Topic
    GetData Method (BoundRow)
    In This Topic
    Gets the value stored in this row at a given column.
    Syntax
    'Declaration
     
    Protected Overridable Function GetData( _
       ByVal col As Column _
    ) As Object
    protected virtual object GetData( 
       Column col
    )

    Parameters

    col
    Column that contains the value.

    Return Value

    Value stored in the cell.
    See Also