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

In This Topic
    GetDataRaw Method (ExcelRow)
    In This Topic
    Gets the raw data in a cell (evaluates formulas but does not format the values).
    Syntax
    'Declaration
     
    
    Public Overrides Function GetDataRaw( _
       ByVal col As Column _
    ) As Object
    public override object GetDataRaw( 
       Column col
    )

    Parameters

    col
    Column that defines the cell to retrieve.

    Return Value

    An object representing the cell value.
    See Also