Class: Rrxcell::Excel::Row

Inherits:
Row
  • Object
show all
Defined in:
lib/rrxcell/excel/row.rb

Instance Attribute Summary

Attributes inherited from Row

#position, #sheet

Instance Method Summary collapse

Methods inherited from Row

#[], #book, #initialize

Constructor Details

This class inherits a constructor from Rrxcell::Row

Instance Method Details

#column(column_position) ⇒ Object



5
6
7
# File 'lib/rrxcell/excel/row.rb', line 5

def column(column_position)
  Rrxcell::Excel::Cell.new(self, column_position)
end

#objectObject



9
10
11
# File 'lib/rrxcell/excel/row.rb', line 9

def object
  sheet.object.row(position)
end