Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaProvider Class / RemoveCustomFunctionInfo Method
Name of the function


In This Topic
    RemoveCustomFunctionInfo Method
    In This Topic
    Removes the custom function information.
    Syntax
    'Declaration
     
    
    Public Sub RemoveCustomFunctionInfo( _
       ByVal funcName As String _
    ) 
    'Usage
     
    
    Dim instance As FormulaProvider
    Dim funcName As String
     
    instance.RemoveCustomFunctionInfo(funcName)
    public void RemoveCustomFunctionInfo( 
       string funcName
    )

    Parameters

    funcName
    Name of the function
    See Also