Method: Axlsx::CellAlignment#vertical

Defined in:
lib/axlsx/stylesheet/cell_alignment.rb

#verticalSymbol

Note:

The vertical cell allingment style must be one of the following:

:top
:center
:bottom
:justify
:distributed

The vertical alignment of the cell.

Returns:

  • (Symbol)


29
30
31
# File 'lib/axlsx/stylesheet/cell_alignment.rb', line 29

def vertical
  @vertical
end