Click or drag to resize

OrderBy Enumeration

Represents the sort order.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum OrderBy
Members
Member name Value Description
Ascending 0 Represent the ascending sort.
Descending 1 Represent the descending sort.
Top 2 Represents the position value in the sort list
Bottom 3 Represents the position of value in the sort list.
See Also