[]
Serializable, Comparable<ReadingOrder>, ConstableUse this enum to control how text is read within a cell or range, such as using contextual order or forcing left-to-right or right-to-left display.
worksheet.getRange("A1").setValue("مرحبا");
worksheet.getRange("A1").setReadingOrder(ReadingOrder.RightToLeft);
Enum.EnumDesc<E extends Enum<E>>static ReadingOrderforValue(int value) intgetValue()static ReadingOrderstatic ReadingOrder[]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