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 As String _
)
'Usage
Dim instance As SheetView
Dim name As String
instance.RemoveCustomFunction(name)
public void RemoveCustomFunction(
string
)
Parameters
- name
- Name of custom function to remove
See Also