[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentType

GetArgumentType Method

GetArgumentType(Function, int, int, int)

Gets the parameter name of the specified function.

Declaration
ValueType GetArgumentType(Function function, int index, int argCount, int overload = 0)
Function GetArgumentType([function] As [Function], index As Integer, argCount As Integer, Optional overload As Integer = 0) As ValueType
Parameters
Type Name Description
Function function

The function to extract parameter name.

int index

An integer value indicates the parameter's position.

int argCount

The total number of current passed arguments.

int overload

An integer value indicates the order of function overload.

Returns
Type Description
ValueType

A string value represents the parameter name.