Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ClearCustomFunctions Method
Example


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