[]
Adds a user-defined custom function (GrapeCity.CalcEngine.Function object) to the model for use in formulas.
public void AddCustomFunction(Function function)
Public Sub AddCustomFunction([function] As [Function])
Type | Name | Description |
---|---|---|
Function | function | The Function object of the custom function to add. |