Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICustomFunctionSupport2 Interface / ClearCustomFunctions Method
Example


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()
    Example
    See Also