Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / GetDescription2 Method


In This Topic
    GetDescription2 Method (IIntelliSenseFunction)
    In This Topic
    Gets the function description which is displayed from Function Arguments dialog.
    Syntax
    'Declaration
     
    
    Function GetDescription2( _
       ByVal languagePackage As LanguagePackage _
    ) As String
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim languagePackage As LanguagePackage
    Dim value As String
     
    value = instance.GetDescription2(languagePackage)

    Parameters

    languagePackage

    Return Value

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