Rows

The Rows data member returns the current number of rows in a table.

Applies To

All Table objects

Data Type

Long

Access

Read-only

Remarks

The Rows data member works only on simple tables that have no restrictions. It is guaranteed to be accurate only for tables if the SetRange and SetRestriction methods are not used. Using these methods invalidates the position.

See Also

GetRows
SetRange
SetRestriction
Tables