Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveCustomFunctions Method
The name of the custom function to remove.


In This Topic
    RemoveCustomFunctions Method (Worksheet)
    In This Topic
    Removes the specified user-defined custom function.
    Syntax
    'Declaration
     
    Public Sub RemoveCustomFunctions( _
       ByVal name As String _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
     
    instance.RemoveCustomFunctions(name)
    public void RemoveCustomFunctions( 
       string name
    )

    Parameters

    name
    The name of the custom function to remove.
    See Also