GrapeCity.CalcEngine.Functions Namespace / CalcCoupDayBsFunction Class / MaxArgs Property


In This Topic
MaxArgs Property (CalcCoupDayBsFunction)
In This Topic
Gets the maximum number of arguments for the function.
Syntax
'Declaration
 
Public Overrides ReadOnly Property MaxArgs As Integer
 
'Usage
 
Dim instance As CalcCoupDayBsFunction
Dim value As Integer
 
value = instance.MaxArgs

Property Value

The maximum number of arguments for the function.
See Also