Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetName(Function) Method
A GrapeCity.CalcEngine.BuiltinFunction value indicates the built-in function.


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

    Parameters

    function
    A GrapeCity.CalcEngine.BuiltinFunction value indicates the built-in function.

    Return Value

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