Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / GetDescription Method
The language package.


In This Topic
    GetDescription Method (IIntelliSenseFunction)
    In This Topic
    Gets description of the function in the specified language package.
    Syntax
    'Declaration
     
    
    Function GetDescription( _
       ByVal languagePackage As LanguagePackage _
    ) As String
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim languagePackage As LanguagePackage
    Dim value As String
     
    value = instance.GetDescription(languagePackage)

    Parameters

    languagePackage
    The language package.

    Return Value

    A string value represents description of the function.
    See Also