Method: Axlsx::Cell#vertAlign
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#vertAlign ⇒ Symbol
The inline vertical alignment property for the cell this must be one of [:baseline, :subscript, :superscript]
269 270 271 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 269 def vertAlign @vertAlign end |