Method: Axlsx::Cell#vertAlign

Defined in:
lib/axlsx/workbook/worksheet/cell.rb

#vertAlignSymbol

The inline vertical alignment property for the cell this must be one of [:baseline, :subscript, :superscript]

Returns:

  • (Symbol)


269
270
271
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 269

def vertAlign
  @vertAlign
end