Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / ICalcEngineLanguagePackage Interface / GetParameterPrefix Method
A ValueType value indicates the type of the parameter value.
An integer value indicates the parameter's position.


In This Topic
    GetParameterPrefix Method (ICalcEngineLanguagePackage)
    In This Topic
    Gets the parameter name for the specified value type.
    Syntax
    'Declaration
     
    
    Function GetParameterPrefix( _
       ByVal type As ValueType, _
       ByVal paramIndex As Integer _
    ) As String
    'Usage
     
    
    Dim instance As ICalcEngineLanguagePackage
    Dim type As ValueType
    Dim paramIndex As Integer
    Dim value As String
     
    value = instance.GetParameterPrefix(type, paramIndex)
    string GetParameterPrefix( 
       ValueType type,
       int paramIndex
    )

    Parameters

    type
    A ValueType value indicates the type of the parameter value.
    paramIndex
    An integer value indicates the parameter's position.

    Return Value

    The parameter name for the specified value type.
    See Also