Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IDelegate Interface / ParameterCount Property


In This Topic
ParameterCount Property
In This Topic
Gets an integer value indicates the total number of parameters that the delegate accepts.
Syntax
'Declaration
 
ReadOnly Property ParameterCount As Integer
 
'Usage
 
Dim instance As IDelegate
Dim value As Integer
 
value = instance.ParameterCount
See Also