[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentDescription

GetArgumentDescription Method

GetArgumentDescription(LanguagePackage, int)

Gets the description of function's argument which is displayed from Function Arguments dialog.

Declaration
string GetArgumentDescription(LanguagePackage languagePackage, int index)
Function GetArgumentDescription(languagePackage As LanguagePackage, index As Integer) As String
Parameters
Type Name Description
LanguagePackage languagePackage

The language package.

int index

The order of argument.

Returns
Type Description
string

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