Method: Axlsx::Cell#u
- Defined in:
- lib/axlsx/workbook/worksheet/cell.rb
#u ⇒ Boolean, 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
244 245 246 |
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 244 def u @u end |