# File lib/celerity/elements/table.rb, line 125
    def column_count(index = Celerity.index_offset)
      assert_exists
      @object.getRow(index - Celerity.index_offset).getCells.length
    end