Method: RubyXL::FontConvenienceMethods#set_strikethrough

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

#set_strikethrough(val) ⇒ Object



45
46
47
# File 'lib/rubyXL/convenience_methods/font.rb', line 45

def set_strikethrough(val)
  self.strike = RubyXL::BooleanValue.new(:val => val)
end