The Rows collection object has the following methods:
Rows Collection Methods
Name |
Parameters |
Return Type |
Description |
| Add |
Variant vaWhat |
Object |
Adds an object to the collection. |
| Remove |
Variant vaIndex |
Boolean |
Removes an object from the collection. |
| Insert |
Long Index Variant vaWhat |
Object |
Inserts an object into the collection. |