'Declaration Public Function GetCustomFunction( _ ByVal name As String _ ) As FunctionInfo
'Usage Dim instance As DefaultSheetDataModel Dim name As String Dim value As FunctionInfo value = instance.GetCustomFunction(name)
public FunctionInfo GetCustomFunction( string name )
Parameters
- name
- Name of the user-defined custom function to get
Return Value
String containing the name of the custom function