Spread Windows Forms 12.0 Product Documentation
MinArgs Property (Function)


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

Property Value

An integer value inciates the minimum argument count.
See Also

Reference

Function Class
Function Members