Class: RubyXL::Row

Inherits:
OOXMLObject
  • Object
show all
Defined in:
lib/compatibility.rb

Instance Method Summary collapse

Instance Method Details

#[]=(ind, value) ⇒ Object



44
45
46
# File 'lib/compatibility.rb', line 44

def []=(ind, value)
  cells[ind] = value
end