Method: RubyXL::WorksheetConvenienceMethods#is_row_italicized

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

#is_row_italicized(row = 0) ⇒ Object



263
264
265
# File 'lib/rubyXL/convenience_methods/worksheet.rb', line 263

def is_row_italicized(row = 0)
  (font = row_font(row)) && font.is_italic
end