class Rrxcell::Excel::Row
Public Instance Methods
column(column_position)
click to toggle source
# File lib/rrxcell/excel/row.rb, line 5 def column(column_position) Rrxcell::Excel::Cell.new(self, column_position) end
object()
click to toggle source
# File lib/rrxcell/excel/row.rb, line 9 def object sheet.object.row(position) end