Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearCustomFunctions Method
Example


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()
    Example
    This example clears any declared custom functions.
    fpSpread1.ActiveSheet.ClearCustomFunctions();
    
    FpSpread1.ActiveSheet.ClearCustomFunctions()
    See Also