Spread Windows Forms 12.0 Product Documentation
GetFunctionName Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Localization Namespace > LanguagePackage Class : GetFunctionName Method
A GrapeCity.CalcEngine.BuiltinFunction value indicates the built-in function.
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)
public string GetFunctionName( 
   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

Reference

LanguagePackage Class
LanguagePackage Members