Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Localization Namespace / LanguagePackage Class / GetDescription2 Method / GetDescription2(Function) Method
The function to extract description.


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

    Parameters

    function
    The function to extract description.

    Return Value

    A string value represents description of the function.
    See Also