|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<OrderBy>
com.spire.xls.OrderBy
public enum OrderBy
Represents the sort order.
Enum Constant Summary | |
---|---|
Ascending
Represent the ascending sort. |
|
Bottom
Represents the position of value in the sort list. |
|
Descending
Represent the descending sort. |
|
Top
Represents the position value in the sort list |
Enum Constant Detail |
---|
public static final OrderBy Ascending
public static final OrderBy Descending
public static final OrderBy Top
public static final OrderBy Bottom
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |