Method: RubyXL::WorksheetConvenienceMethods#is_row_struckthrough

Defined in:
lib/rubyXL/convenience_methods/worksheet.rb

#is_row_struckthrough(row = 0) ⇒ Object



275
276
277
# File 'lib/rubyXL/convenience_methods/worksheet.rb', line 275

def is_row_struckthrough(row = 0)
  (font = row_font(row)) && font.is_strikethrough
end