The Row object has the following properties:
Row Object Properties
Name |
Parameters |
Type |
Description |
Index |
Long |
Actual index of the Row in the Table. Read-only. | |
Data |
Array of VARIANT |
Gets/sets the data (all column values) in the Row object. The data is returned as an array. | |
Value |
VARIANT ColumnIndex |
VARIANT |
Returns a single value in the row. ColumnIndex is either an index or a name. |