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


In This Topic
Count Property (Rows)
In This Topic
Gets or sets the number of rows in the collection.
Syntax
'Declaration
 
Public Property Count As Integer
 
'Usage
 
Dim instance As Rows
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
See Also