Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / GetGroupedArguments Method
The index of the argument.
The lower index of the argument group.
The upper index of the argument group.


In This Topic
    GetGroupedArguments Method
    In This Topic
    Gets the lower index and upper index of the argument group that contains the specified argument.
    Syntax
    'Declaration
     
    
    Function GetGroupedArguments( _
       ByVal index As Integer, _
       ByRef lowerIndex As Integer, _
       ByRef upperIndex As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim index As Integer
    Dim lowerIndex As Integer
    Dim upperIndex As Integer
    Dim value As Boolean
     
    value = instance.GetGroupedArguments(index, lowerIndex, upperIndex)
    bool GetGroupedArguments( 
       int index,
       out int lowerIndex,
       out int upperIndex
    )

    Parameters

    index
    The index of the argument.
    lowerIndex
    The lower index of the argument group.
    upperIndex
    The upper index of the argument group.

    Return Value

    true if the argument belong to an argument group; otherwise, false.
    See Also