# File lib/Borges/Report/TableReport.rb, line 7
  def color_for_row_number(aNumber)
    return @rowColors.at_ifAbsent(((aNumber-1 / @rowPeriod) % @rowColors.size) + 1, proc do 'white' end)
  end