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


In This Topic
    GetName Method (ICalcEngineLanguagePackage)
    In This Topic
    Gets the localized name of the function.
    Syntax
    'Declaration
     
    
    Function GetName( _
       ByVal function As Function _
    ) As String
    'Usage
     
    
    Dim instance As ICalcEngineLanguagePackage
    Dim function As Function
    Dim value As String
     
    value = instance.GetName(function)
    string GetName( 
       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