[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.RemoveCustomFunction

RemoveCustomFunction Method

RemoveCustomFunction(string)

Removes a user-defined custom function from the model.

Declaration
public void RemoveCustomFunction(string name)
Public Sub RemoveCustomFunction(name As String)
Parameters
Type Name Description
string name

Name of the user-defined custom function to remove

Implements