FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelRow Class / GetDataEditor Method
Column that defines the cell to retrieve.

In This Topic
    GetDataEditor Method
    In This Topic
    Gets the data in a cell as it should be shown in the editor (full formulas, raw values).
    Syntax
    'Declaration
     
    
    Public Function GetDataEditor( _
       ByVal col As Column _
    ) As String
    public string GetDataEditor( 
       Column col
    )

    Parameters

    col
    Column that defines the cell to retrieve.
    See Also