Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface SortOrderType


public interface SortOrderType

Presents sort order type.


Field Summary
static byte ASCENDING
          Presents ascending sort order type.
static byte DESCENDING
          Presents descending sort order type.
 

Field Detail

ASCENDING

static final byte ASCENDING
Presents ascending sort order type.

See Also:
Constant Field Values

DESCENDING

static final byte DESCENDING
Presents descending sort order type.

See Also:
Constant Field Values