[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Localization.LanguagePackage.GetName

GetName Method

GetName(Function)

Gets the localized name of the function.

Declaration
public string GetName(Function function)
Public Function GetName([function] As [Function]) As String
Parameters
Type Name Description
Function function

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

Returns
Type Description
string

A string value represents the localized name of the function.

Implements