[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionResolver.GetFunction

GetFunction Method

GetFunction(string)

Gets a user-defined custom function from the model.

Declaration
public Function GetFunction(string name)
Public Function GetFunction(name As String) As [Function]
Parameters
Type Name Description
string name

Name of the user-defined custom function to get

Returns
Type Description
Function