ITabCellIterator.First

Fore Syntax

First;

Fore.NET Syntax

First();

Description

The First method moves to the iterator beginning.

Comments

After the method is called, the iterator moves to the cell with -1 index of row and column.

Examples

The examples of the method use are given in the CurrentCell property description.

See also:

ITabCellIterator