Spread Windows Forms 12.0 Product Documentation
Count Property (IArguments)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IArguments Interface : Count Property
Gets the total count of arguments.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
'Usage
 
Dim instance As IArguments
Dim value As Integer
 
value = instance.Count
int Count {get;}

Property Value

An integer value indicates the total count of arguments.
See Also

Reference

IArguments Interface
IArguments Members