Spread Windows Forms 12.0 Product Documentation
RemoveCustomFunction Method (FpSpread)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : RemoveCustomFunction Method
The name of the function to remove.
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)
public void RemoveCustomFunction( 
   string name
)

Parameters

name
The name of the function to remove.
See Also

Reference

FpSpread Class
FpSpread Members