Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / AddCustomFunction Method
Custom function information to add


In This Topic
AddCustomFunction Method (FormulaEditorUI)
In This Topic
Adds the specified custom function information into the list of available functions in the Formula Editor.
Syntax
'Declaration
 
Public Overridable Function AddCustomFunction( _
   ByVal customFunction As FunctionInfo _
) As Boolean
 
'Usage
 
Dim instance As FormulaEditorUI
Dim customFunction As FunctionInfo
Dim value As Boolean
 
value = instance.AddCustomFunction(customFunction)

Parameters

customFunction
Custom function information to add

Return Value

true if the custom function information was successfully added; false otherwise
See Also