[]
Serializable, Comparable<SpreadJSTabStripPosition>, ConstableUse this enum with IWorkbookView.setTabStripPosition(SpreadJSTabStripPosition) to place the SpreadJS tab strip on the top, bottom, left, or right side of the workbook.
SpreadJSTabStripPosition position = SpreadJSTabStripPosition.Top;
workbook.getBookView().setTabStripPosition(position);
SpreadJSTabStripPosition currentPosition = workbook.getBookView().getTabStripPosition();
workbook.save("workbook.sjs");
Enum.EnumDesc<E extends Enum<E>>static SpreadJSTabStripPositionforValue(int value) intgetValue()static SpreadJSTabStripPositionstatic SpreadJSTabStripPosition[]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