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


In This Topic
    GetFunctionParameter Method
    In This Topic
    Get the English parameter value of the specified localized parameter.
    Syntax
    'Declaration
     
    
    Function GetFunctionParameter( _
       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.GetFunctionParameter(function, localizedParam)
    string GetFunctionParameter( 
       Function function,
       string 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