# File lib/celerity/elements/table_row.rb, line 9
    def locate
      super
      @cells = @object.getCells if @object
      @object
    end