Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ICalcEngineLanguagePackage Interface / GetFunctionName Method
A BuiltinFunction value indicates the built-in function.


In This Topic
    GetFunctionName Method (ICalcEngineLanguagePackage)
    In This Topic
    Gets the localized name of the function.
    Syntax
    'Declaration
     
    
    Function GetFunctionName( _
       ByVal function As Function _
    ) As String
    'Usage
     
    
    Dim instance As ICalcEngineLanguagePackage
    Dim function As Function
    Dim value As String
     
    value = instance.GetFunctionName(function)
    string GetFunctionName( 
       Function function
    )

    Parameters

    function
    A BuiltinFunction value indicates the built-in function.

    Return Value

    A string value represents the localized name of the function.
    See Also