Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / AddResolver Method / AddResolver(IFunctionResolver) Method
The custom function resolver to add.


In This Topic
    AddResolver(IFunctionResolver) Method
    In This Topic
    Adds the custom function resolver which resolve custom function(s).
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddResolver( _
       ByVal resolver As IFunctionResolver _
    ) 
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim resolver As IFunctionResolver
     
    instance.AddResolver(resolver)
    public void AddResolver( 
       IFunctionResolver resolver
    )

    Parameters

    resolver
    The custom function resolver to add.
    See Also