SortDirection Enumeration |
Designates a sort direction (ascending, descending, or no sorting at all).
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum SortDirection
Members Member name | Value | Description |
---|
Ascending | 0 | Sort ascending. |
Descending | 1 | Sort descending. |
None | 2 | Do not sort. |
See Also