class RubyXL::Cell

def row=(v)

def row=(v)
  self.r = RubyXL::Reference.new(v, column || 0)
end