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
public int Count {get; set;}
See Also