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

In This Topic
    GetDataRaw Method (RowWithDetails)
    In This Topic
    Gets the raw (unformatted) value stored in this row at a given column.
    Syntax
    'Declaration
     
    Public Overridable Function GetDataRaw( _
       ByVal col As Column _
    ) As Object
    public virtual object GetDataRaw( 
       Column col
    )

    Parameters

    col
    Column that contains the value.

    Return Value

    Raw value stored in the cell.
    See Also