Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetArgumentDescription Method
The order of argument.
The index of overload.


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

    Parameters

    function
    index
    The order of argument.
    overload
    The index of overload.

    Return Value

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