[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionResolver.Resolve

Resolve Method

Resolve(string)

Retrieves a custom function by its name.

Declaration
protected Function Resolve(string name)
Protected Function Resolve(name As String) As [Function]
Parameters
Type Name Description
string name

The name of the custom function to retrieve. Cannot be null.

Returns
Type Description
Function

The function associated with the specified name, or null if no such function is registered.