Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetCustomFunction Method
The name of the user-defined custom function.


In This Topic
    GetCustomFunction Method (Worksheet)
    In This Topic
    Gets the specified user-defined custom function.
    Syntax
    'Declaration
     
    Public Function GetCustomFunction( _
       ByVal name As String _
    ) As CalcFunction
    'Usage
     
    Dim instance As Worksheet
    Dim name As String
    Dim value As CalcFunction
     
    value = instance.GetCustomFunction(name)
    public CalcFunction GetCustomFunction( 
       string name
    )

    Parameters

    name
    The name of the user-defined custom function.

    Return Value

    The function.
    See Also