Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / RemoveCustomFunctionInfo Method
Name of the function


In This Topic
RemoveCustomFunctionInfo Method
In This Topic
Removes the custom function information.
Syntax
'Declaration
 
Public Sub RemoveCustomFunctionInfo( _
   ByVal funcName As String _
) 
 
'Usage
 
Dim instance As FormulaProvider
Dim funcName As String
 
instance.RemoveCustomFunctionInfo(funcName)

Parameters

funcName
Name of the function
See Also