Spread Windows Forms 12.0 Product Documentation
MaxArgs Property (Function)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > Function Class : MaxArgs Property
Gets the maximum argument count of the function.
Syntax
'Declaration
 
Public ReadOnly Property MaxArgs As Integer
'Usage
 
Dim instance As Function
Dim value As Integer
 
value = instance.MaxArgs
public int MaxArgs {get;}

Property Value

An integer value inciates the maximum argument count.
See Also

Reference

Function Class
Function Members