ITabCellIterator.Order

Syntax

Order: TabCellIteratorOrder;

Description

The Order property determines the navigation order by elements in the iterator.

Comments

The property value are the elements of the TabCellIteratorOrder enumeration. The None;value is set by default that means that the iterator moves by rows from cell to cell over the page.

Examples

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

See also:

ITabCellIterator