[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgumentCount

GetArgumentCount Method

GetArgumentCount(Function, int, int, out bool)

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

Declaration
public static int GetArgumentCount(Function function, int argCount, int overload, out bool limited)
Public Shared Function GetArgumentCount([function] As [Function], argCount As Integer, overload As Integer, ByRef limited As Boolean) As Integer
Parameters
Type Name Description
Function function

The function to extract information.

int argCount

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.