Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / RemoveCustomFunction Method
The name of the function to remove.


In This Topic
RemoveCustomFunction Method (FpSpread)
In This Topic
Removes a user-defined custom function.
Syntax
'Declaration
 
Public Sub RemoveCustomFunction( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As FpSpread
Dim name As String
 
instance.RemoveCustomFunction(name)

Parameters

name
The name of the function to remove.
See Also