AddCustomFunction Method (FpSpread)
Adds a user-defined custom function (GrapeCity.CalcEngine.Function object) to the model for use in formulas.
public void AddCustomFunction(
Function
)
'Declaration
Public Sub AddCustomFunction( _
ByVal As Function _
)
'Usage
Dim instance As FpSpread
Dim function As Function
instance.AddCustomFunction(function)
Parameters
- function
- The GrapeCity.CalcEngine.Function object of the custom function to add.