[]
Gets or sets the number of rows in the collection.
public override int Count { get; set; }
Public Overrides Property Count As Integer
You can add or remove rows by assigning a new value to this property, or you can use the Add(), Insert(int), InsertRange(int, int), and Remove(int) methods.