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


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