# File lib/Borges/Report/ReportColumn.rb, line 86
  def text_for_row(row)
    return @formatBlock.call(self.valueForRow(row))
  end