[]
Serializable, Comparable<FormControlOrientation>, ConstableThis enum is used to configure orientation-dependent form controls such as IScrollBar through IScrollBar.setOrientation(FormControlOrientation) and IScrollBar.getOrientation().
IScrollBar scrollBar = worksheet.getControls().addScrollBar(50, 30, 120, 20);
scrollBar.setOrientation(FormControlOrientation.Vertical);
Enum.EnumDesc<E extends Enum<E>>static FormControlOrientationstatic FormControlOrientation[]values()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