Method: RubyXL::WorksheetConvenienceMethods#is_column_struckthrough

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

#is_column_struckthrough(col = 0) ⇒ Object


351
352
353
354
# File 'lib/rubyXL/convenience_methods/worksheet.rb', line 351

def is_column_struckthrough(col = 0)
  font = column_font(col)
  font && font.is_strikethrough
end