IteratorDirection

Description

The IteratorDirection enumeration contains directions of movement in the matrix iterator.

It is used by the following property:

Available Values

Value Brief description
0 None. Iterator does not move.
1 First. Goes to the first element.
2 Next. Goes to the next element.
3 Previous. Goes to the previous element.
4 Last. Goes to the last element.

See also:

System Assembly Enumerations