Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / GetFunction Method
The string value indicates function name.


In This Topic
    GetFunction Method (FormulaEngine)
    In This Topic
    Gets the function from the specified name.
    Syntax
    'Declaration
     
    
    Public Function GetFunction( _
       ByVal name As String _
    ) As Function
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim name As String
    Dim value As Function
     
    value = instance.GetFunction(name)
    public Function GetFunction( 
       string name
    )

    Parameters

    name
    The string value indicates function name.

    Return Value

    A Function object represents the function.
    See Also