Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AddCustomFunction Method
The GrapeCity.CalcEngine.Function object of the custom function to add.


In This Topic
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 function 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.
See Also