[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IIntelliSenseFunction.GetGroupedArguments

GetGroupedArguments Method

GetGroupedArguments(int, out int, out int)

Gets the lower index and upper index of the argument group that contains the specified argument.

Declaration
bool GetGroupedArguments(int index, out int lowerIndex, out int upperIndex)
Function GetGroupedArguments(index As Integer, ByRef lowerIndex As Integer, ByRef upperIndex As Integer) As Boolean
Parameters
Type Name Description
int index

The index of the argument.

int lowerIndex

The lower index of the argument group.

int upperIndex

The upper index of the argument group.

Returns
Type Description
bool

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