class Rrxcell::Excelx::Row

Public Instance Methods

column(position) click to toggle source
# File lib/rrxcell/excelx/row.rb, line 5
def column(position)
  Rrxcell::Excelx::Cell.new(self, position)
end
object() click to toggle source
# File lib/rrxcell/excelx/row.rb, line 9
def object
  sheet.object.row(position + 1)
end