Class: Rrxcell::Excelx::Row

Inherits:
Row
  • Object
show all
Defined in:
lib/rrxcell/excelx/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(position) ⇒ Object



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

def column(position)
  Rrxcell::Excelx::Cell.new(self, position)
end

#objectObject



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

def object
  sheet.object.row(position + 1)
end