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