[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentCount

GetArgumentCount Method

GetArgumentCount(int, int, out bool)

Gets the total number of parameters that display in the intelli-sense tooltip.

Declaration
int GetArgumentCount(int argsCount, int overload, out bool limited)
Function GetArgumentCount(argsCount As Integer, overload As Integer, ByRef limited As Boolean) As Integer
Parameters
Type Name Description
int argsCount

The total number of current passed arguments.

int overload

The order of function overload.

bool limited

true if the parameter count is maximum; otherwise, more parameter can be passed.

Returns
Type Description
int

The total number of parameters that display in the intelli-sense tooltip.