Rows
A collection of table rows.
Rows Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Rows. |
| Item |
Object |
read |
Returns the Row with the specified index or name as Long or String. |
Rows Methods
| Method |
Returns |
Description |
| Add |
Variant |
Create a new Row. |
| AnyItem |
Object |
Returns any Row. |
| FirstItem |
Object |
Returns the first Row. |
| ItemByRange |
Objects |
Returns the Rows within the specified range. |
| LastItem |
Object |
Returns the last Row. |
| MiddleItem |
Object |
Returns the middle Row. |
| NextItem |
Object |
Returns the next Row. |
| PreviousItem |
Object |
Returns the previous Row. |