Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class / Count Property


In This Topic
Count Property (DoubleCollection)
In This Topic
Gets the number of double values in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As DoubleCollection
Dim value As Integer
 
value = instance.Count
See Also