'Declaration Function GetCustomFunction( _ ByVal name As String _ ) As FunctionInfo
'Usage Dim instance As ICustomFunctionSupport Dim name As String Dim value As FunctionInfo value = instance.GetCustomFunction(name)
FunctionInfo GetCustomFunction( string name )
Parameters
- name
- Name of function
Return Value
FunctionInfo object containing the specified name of the user-defined custom function, or null if none exists