[]
Gets or sets the number of rows in the collection.
public override int Count { get; set; }
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.