Method: Axlsx::Cell#u

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

#uBoolean, String

Note:

true is for backwards compatability and is reassigned to :single

The inline underline property for the cell. It must be one of :none, :single, :double, :singleAccounting, :doubleAccounting, true

Returns:

  • (Boolean)
  • (String)


244
245
246
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 244

def u
  @u
end