[]
Serializable, Comparable<Order>, ConstableUse this enum with IPageSetup.setOrder(Order) to choose whether page numbers proceed down rows before moving across columns, or across columns before moving down rows.
IPageSetup pageSetup = worksheet.getPageSetup();
pageSetup.setOrder(Order.OverThenDown);
Order order = pageSetup.getOrder();
Enum.EnumDesc<E extends Enum<E>>name - the name of the enum constant to be returned.IllegalArgumentException - if this enum class has no constant with the specified nameNullPointerException - if the argument is null