Count Property (TableVectorCollection)
In This Topic
Gets or sets the logical count of vectors (rows or columns) in the current collection. Setting this property to -1 (which is the default) ensures that Count is calculated automatically.
Syntax
'Declaration
Public Property Count As Integer
public int Count {get; set;}
See Also