Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / AsyncFunction Class / MaxArgs Property


In This Topic
    MaxArgs Property (AsyncFunction)
    In This Topic
    Gets the maximum argument count of the function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MaxArgs As Integer
    'Usage
     
    
    Dim instance As AsyncFunction
    Dim value As Integer
     
    value = instance.MaxArgs
    public int MaxArgs {get;}

    Property Value

    An integer value inciates the maximum argument count.
    See Also