Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetFunctionName Method
A GrapeCity.CalcEngine.BuiltinFunction value indicates the built-in function.


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