[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentOptions

GetArgumentOptions Method

GetArgumentOptions(LanguagePackage, int)

Gets an array of option values for the specified parameter.

Declaration
object[] GetArgumentOptions(LanguagePackage languagePackage, int index)
Function GetArgumentOptions(languagePackage As LanguagePackage, index As Integer) As Object()
Parameters
Type Name Description
LanguagePackage languagePackage

The language package.

int index

An integer value indicates position of the argument.

Returns
Type Description
object[]

An array of parameter's option values; null if there is no option value.