Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Function Class / MinArgs Property


In This Topic
MinArgs Property (Function)
In This Topic
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

Property Value

An integer value inciates the minimum argument count.
See Also