Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICustomFunctionSupport Interface / RemoveCustomFunction Method
Name of function to remove
Example


In This Topic
    RemoveCustomFunction Method (ICustomFunctionSupport)
    In This Topic
    Removes a user-defined function from the model.
    Syntax
    'Declaration
     
    
    Sub RemoveCustomFunction( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As ICustomFunctionSupport
    Dim name As String
     
    instance.RemoveCustomFunction(name)
    void RemoveCustomFunction( 
       string name
    )

    Parameters

    name
    Name of function to remove
    Example
    See Also