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

In This Topic
    GetDataFormatted Method (Row)
    In This Topic
    Gets the display (formatted) value stored in this row at a given column.
    Syntax
    'Declaration
     
    Public Overridable Function GetDataFormatted( _
       ByVal col As Column _
    ) As String
    public virtual string GetDataFormatted( 
       Column col
    )

    Parameters

    col
    Column that contains the value.

    Return Value

    Display value stored in the cell.
    See Also