FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / Count Property


In This Topic
Count Property (DefaultSparklineContainer)
In This Topic
Gets the number of elements contained in the ICollection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As DefaultSparklineContainer
Dim value As Integer
 
value = instance.Count

Property Value

The number of elements contained in the ICollection.
See Also