Method: Axlsx::CellAlignment#vertical
- Defined in:
- lib/axlsx/stylesheet/cell_alignment.rb
#vertical ⇒ Symbol
Note:
The vertical cell allingment style must be one of the following:
:top
:center
:bottom
:justify
:distributed
The vertical alignment of the cell.
29 30 31 |
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 29 def vertical @vertical end |