Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearCustomFunctions Method


In This Topic
    ClearCustomFunctions Method (SheetView)
    In This Topic
    Removes all user-defined custom functions (FunctionInfo object) on this sheet from the model.
    Syntax
    'Declaration
     
    
    Public Sub ClearCustomFunctions() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ClearCustomFunctions()
    public void ClearCustomFunctions()
    See Also