Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcFunctionExpression Class / Function Property


In This Topic
    Function Property
    In This Topic
    Gets the implementation (dynamic or static function binding) of the function.
    Syntax
    'Declaration
     
    Public ReadOnly Property Function As CalcFunction
    'Usage
     
    Dim instance As CalcFunctionExpression
    Dim value As CalcFunction
     
    value = instance.Function
    public CalcFunction Function {get;}

    Property Value

    The implementation of the function.
    Remarks
    If dynamic binding was used then the returned value will be null. If static binding was used then the returned value will be non-null.
    See Also