Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetArgumentName Method / GetArgumentName(String,Int32) Method
Name of the parameter in English.
An integer value indicates the parameter's position.


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

    Parameters

    name
    Name of the parameter in English.
    index
    An integer value indicates the parameter's position.

    Return Value

    The localized name of the parameter.
    See Also