The IsEndOfTable data member returns a Boolean value that indicates whether the cursor is at the end of the table.
All Table objects
Boolean
Read-only
The IsEndOfTable data member should be used when looping through items in a table to prevent reading beyond the end of the table.