Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / GetArgumentOptions Method
The language package.
An integer value indicates position of the argument.


In This Topic
    GetArgumentOptions Method (IIntelliSenseFunction)
    In This Topic
    Gets an array of option values for the specified parameter.
    Syntax
    'Declaration
     
    
    Function GetArgumentOptions( _
       ByVal languagePackage As LanguagePackage, _
       ByVal index As Integer _
    ) As Object()
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim languagePackage As LanguagePackage
    Dim index As Integer
    Dim value() As Object
     
    value = instance.GetArgumentOptions(languagePackage, index)

    Parameters

    languagePackage
    The language package.
    index
    An integer value indicates position of the argument.

    Return Value

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