The Iterator object contains the following methods:
Method List
| Name | Description | 
|---|---|
| IsEOF | Specifies whether the iterator is at the end of the array the Table variable provides access to. | 
| Next | Forwards the iterator to the next data row of the array the Table variable provides access to. | 
| Reset | Resets the iterator and positions it to the first data row. | 
