# File lib/Borges/Component/SelectionDateTable.rb, line 31
  def end_row_selection
    unless @rowSelectionStart.nil? then
      return rows.at(@rowSelectionStart.max(@rowSelectionEnd))
    end
  end