Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveCustomFunction Method
Name of custom function to remove


In This Topic
RemoveCustomFunction Method (SheetView)
In This Topic
Removes a user-defined custom function (FunctionInfo object) on this sheet from the model.
Syntax
'Declaration
 
Public Sub RemoveCustomFunction( _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As SheetView
Dim name As String
 
instance.RemoveCustomFunction(name)

Parameters

name
Name of custom function to remove
See Also