Method: Axlsx::SheetView#right_to_left
- Defined in:
- lib/axlsx/workbook/worksheet/sheet_view.rb
#right_to_left ⇒ Boolean
Right To Left Flag indicating whether the sheet is in 'right to left' display mode. When in this mode, Column A is on the far right, Column B ; is one column left of Column A, and so on. Also, information in cells is displayed in the Right to Left format. default false
58 59 60 |
# File 'lib/axlsx/workbook/worksheet/sheet_view.rb', line 58 def right_to_left @right_to_left end |