Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomFunctionSupport2 Interface / ClearCustomFunctions Method


In This Topic
    ClearCustomFunctions Method (ICustomFunctionSupport2)
    In This Topic
    Removes all user-defined functions from the model.
    Syntax
    'Declaration
     
    
    Sub ClearCustomFunctions() 
    'Usage
     
    
    Dim instance As ICustomFunctionSupport2
     
    instance.ClearCustomFunctions()
    void ClearCustomFunctions()
    See Also