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

In This Topic
    GetValue Method (ExcelRow)
    In This Topic
    Gets the value in a cell, evaluating expressions represented by strings that start with an equals sign.
    Syntax
    'Declaration
     
    
    Public Function GetValue( _
       ByVal col As Column _
    ) As Object
    public object GetValue( 
       Column col
    )

    Parameters

    col
    Column that defines the cell to retrieve.
    See Also