Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomFunctionSupport Interface / RemoveCustomFunction Method
Name of function to remove


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
    See Also