# File lib/Borges/Report/ReportColumn.rb, line 33
  def index(aNumber)
    @valueBlock = proc do |row|
      row.at(aNumber)
    end
  end