SortFlags Fields |
The SortFlags type exposes the following members.
| Name | Description | |
|---|---|---|
| SortAscending |
Each matrix row is sorted in the ascending order.
| |
| SortDescending |
Each matrix row is sorted in the
descending order; this flag and SortAscending are also
mutually exclusive.
| |
| SortEveryColumn |
Each matrix column is sorted
independently; this flag and SortEveryRow are
mutually exclusive.
| |
| SortEveryRow |
Each matrix row is sorted independently
| |
| value__ |