The ITabCellIterator interface implements properties and methods to work with iterator to navigate by the table cells containing values.
| Property name | Brief description | |
| CurrentCell | The CurrentCell property returns the cell that currently contains the iterator. | |
| CurrentColumn | The CurrentColumn property returns the column index in which the iterator is currently located. | |
| CurrentRow | The CurrentRow property returns the row index in which the iterator is currently located. |
|
| Order | The Order property determines the navigation order by elements in the iterator. | |
| Range | The Range property sets the range of cells for iterator. |
| Method name | Brief description | |
| First | The First method moves to the iterator beginning. | |
| Next | The Next method moves the iterator element to the next level. |
See also: