[]
Gets the localized name of the function.
protected virtual string GetFunctionName(ICalcEngineLanguagePackage languagePackage)
Protected Overridable Function GetFunctionName(languagePackage As ICalcEngineLanguagePackage) As String
| Type | Name | Description |
|---|---|---|
| ICalcEngineLanguagePackage | languagePackage | An ICalcEngineLanguagePackage object indicates the language package. |
| Type | Description |
|---|---|
| string | A string value represents the localized name of the function. |