Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / GetArgumentDescription Method
The language package.
The order of argument.


In This Topic
    GetArgumentDescription Method (IIntelliSenseFunction)
    In This Topic
    Gets the description of function's argument which is displayed from Function Arguments dialog.
    Syntax
    'Declaration
     
    
    Function GetArgumentDescription( _
       ByVal languagePackage As LanguagePackage, _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim languagePackage As LanguagePackage
    Dim index As Integer
    Dim value As String
     
    value = instance.GetArgumentDescription(languagePackage, index)
    string GetArgumentDescription( 
       LanguagePackage languagePackage,
       int index
    )

    Parameters

    languagePackage
    The language package.
    index
    The order of argument.

    Return Value

    A string value represents the description of function's argument.
    See Also