GetCustomFunction Method (FpSpread)
Gets a user-defined custom function from the workbook.
'Declaration
Public Function GetCustomFunction( _
ByVal As String _
) As Function
'Usage
Dim instance As FpSpread
Dim name As String
Dim value As Function
value = instance.GetCustomFunction(name)
Parameters
- name
- Name of the user-defined custom function to get