CalcEngine for .NET
C1.CalcEngine.ExcelEngine Namespace / ExcelEngine Class / GetValue Method
Data source property name.

In This Topic
    GetValue Method (ExcelEngine)
    In This Topic
    Gets a value from data source.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetValue( _
       ByVal bindingPath As IEnumerable(Of Object) _
    ) As Object
    public override object GetValue( 
       IEnumerable<object> bindingPath
    )

    Parameters

    bindingPath
    Data source property name.
    Remarks
    For MyObjet.Data.Year use {"Data", "Year"}
    See Also