FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / Count Property


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