RemoveCustomFunction Method (SheetView)
Removes a user-defined custom function (FunctionInfo object) on this sheet from the model.
public void RemoveCustomFunction(
string
)
'Declaration
Public Sub RemoveCustomFunction( _
ByVal As String _
)
'Usage
Dim instance As SheetView
Dim name As String
instance.RemoveCustomFunction(name)
Parameters
- name
- Name of custom function to remove