Firefly Migration Reference
C#
VB
F#
Show/Hide TOC
Sort
Direction Enumeration
Specifies the direction in which to sort rows.
Definition
Namespace:
Firefly.Box
Assembly:
Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
Copy
public
enum
SortDirection
VB
Copy
Public
Enumeration
SortDirection
F#
Copy
type
SortDirection
Members
Ascending
0
Sort from smallest to largest. For example, from A to Z.
Descending
1
Sort from largest to smallest. For example, from Z to A.
See Also
Reference
Firefly.Box Namespace
In This Article
Definition
Members
See Also