Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface OrderType


public interface OrderType

Represent order type constants.


Field Summary
static byte DOWN_THEN_OVER
          Down, then over
static byte OVER_THEN_DOWN
          Over, then down
 

Field Detail

DOWN_THEN_OVER

static final byte DOWN_THEN_OVER
Down, then over

See Also:
Constant Field Values

OVER_THEN_DOWN

static final byte OVER_THEN_DOWN
Over, then down

See Also:
Constant Field Values