Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ICalcEngineLanguagePackage Interface / GetArgument Method
The function that is processing
The localized parameter.


In This Topic
    GetArgument Method
    In This Topic
    Get the English argument value of the specified localized argument.
    Syntax
    'Declaration
     
    
    Function GetArgument( _
       ByVal function As Function, _
       ByVal localizedParam As String _
    ) As String
    'Usage
     
    
    Dim instance As ICalcEngineLanguagePackage
    Dim function As Function
    Dim localizedParam As String
    Dim value As String
     
    value = instance.GetArgument(function, localizedParam)

    Parameters

    function
    The function that is processing
    localizedParam
    The localized parameter.

    Return Value

    The English parameter value of the specified localized parameter.
    See Also