Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncFunction Class / GetArgumentType Method
The argument position.
The total number of arguments.


In This Topic
    GetArgumentType Method (AsyncFunction)
    In This Topic
    Determines whether the expression at specified index is an input name.
    Syntax
    'Declaration
     
    
    Public Function GetArgumentType( _
       ByVal argIndex As Integer, _
       ByVal argCount As Integer _
    ) As ArgumentType
    'Usage
     
    
    Dim instance As AsyncFunction
    Dim argIndex As Integer
    Dim argCount As Integer
    Dim value As ArgumentType
     
    value = instance.GetArgumentType(argIndex, argCount)
    public ArgumentType GetArgumentType( 
       int argIndex,
       int argCount
    )

    Parameters

    argIndex
    The argument position.
    argCount
    The total number of arguments.
    See Also