Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetArgumentName Method / GetArgumentName(ValueType,Int32) Method
A GrapeCity.CalcEngine.ValueType value indicates the type of the parameter value.
An integer value indicates the parameter's position.


In This Topic
    GetArgumentName(ValueType,Int32) Method
    In This Topic
    Gets the parameter name for the specified value type.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetArgumentName( _
       ByVal type As ValueType, _
       Optional ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As LanguagePackage
    Dim type As ValueType
    Dim index As Integer
    Dim value As String
     
    value = instance.GetArgumentName(type, index)
    public virtual string GetArgumentName( 
       ValueType type,
       int index
    )

    Parameters

    type
    A GrapeCity.CalcEngine.ValueType value indicates the type of the parameter value.
    index
    An integer value indicates the parameter's position.

    Return Value

    The parameter name for the specified value type.
    See Also