Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / GetArgumentName Method
The language package.
An integer value indicates position of the argument.
The total number of current passed arguments.
The order of function overload.


In This Topic
    GetArgumentName Method (IIntelliSenseFunction)
    In This Topic
    Gets name of the parameter in the specified language package.
    Syntax
    'Declaration
     
    
    Function GetArgumentName( _
       ByVal languagePackage As LanguagePackage, _
       ByVal index As Integer, _
       ByVal argsCount As Integer, _
       Optional ByVal overload As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim languagePackage As LanguagePackage
    Dim index As Integer
    Dim argsCount As Integer
    Dim overload As Integer
    Dim value As String
     
    value = instance.GetArgumentName(languagePackage, index, argsCount, overload)

    Parameters

    languagePackage
    The language package.
    index
    An integer value indicates position of the argument.
    argsCount
    The total number of current passed arguments.
    overload
    The order of function overload.

    Return Value

    A string value represents name of the argument.
    See Also