[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgument

GetArgument Method

GetArgument(Function, string)

Get the English argument value of the specified localized argument.

Declaration
protected virtual string GetArgument(Function function, string localizedArg)
Protected Overridable Function GetArgument([function] As [Function], localizedArg As String) As String
Parameters
Type Name Description
Function function

The function that is processing

string localizedArg

The localized argument.

Returns
Type Description
string

The English argument value of the specified localized argument.