The TabCellIteratorOrder enumeration contains the elements sorting variants in the iterator.
It is used by the ITabCellIterator.Order property.
Value | Brief description |
0 | None. Elements are sorted by rows within the page. In some cases the iterator moves through the pages not in the particular order. |
1 | Rows. Elements are sorted by rows. |
2 | Columns. Elements are sorted by columns. |
See also: