The Rows collection object has the following methods:
Rows Collection Methods
Name |
Parameter |
Description |
| Remove |
VARIANT vaWhat |
Removes a Row object from the collection. |
RemoveAll |
Removes all Row objects from the collection. | |
| Add |
VARIANT vaWhat |
Adds a new Row object to the collection. |
| Insert |
VARIANT vaIndex |
Inserts a new Row object at a given position to the collection. |