SortOrientationType Enumeration
|
Represents the sort orientation.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SortOrientationType
Public Enumeration SortOrientationType
public enum class SortOrientationType
Members
|
Member name
|
Value
|
Description
|
|
TopToBottom
|
0
|
Sorts from top to Bottom.
|
|
LeftToRight
|
1
|
Sorts from Left to Right.
|
See Also