# File lib/spreadsheet/worksheet.rb, line 205
    def row idx
      @rows[idx] || Row.new(self, idx)
    end