Enum SortOrientationType
Represents the sort orientation.
public enum SortOrientationType
Fields
LeftToRight = 1
Sorts from Left to Right.
TopToBottom = 0
Sorts from top to Bottom.
Represents the sort orientation.
public enum SortOrientationType
LeftToRight = 1
Sorts from Left to Right.
TopToBottom = 0
Sorts from top to Bottom.