Method: RubyXL::LegacyCell#is_struckthrough

Defined in:
lib/rubyXL/cell.rb

#is_struckthroughObject



171
172
173
174
# File 'lib/rubyXL/cell.rb', line 171

def is_struckthrough()
  validate_worksheet
  get_cell_font.is_strikethrough
end