Generally the Remove method removes an item from the collection. The exact syntax depends
upon the kind of collection that the Remove method belongs to.
In most cases the index parameter is used in the same way as the parameter of the Item
method of the collection. An exclusion is the Columns
collection that requires a TableColumn object as a
parameter of the Remove method.
The Rows collection does not require any parameter for Remove
method, because it removes the rows that are currently selected.