Method: Axlsx::Cell#strike

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

#strikeBoolean

The inline strike property for the cell

Returns:

  • (Boolean)


211
212
213
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 211

def strike
  @strike
end