# File lib/Borges/Component/SelectionDateTable.rb, line 104
  def start_row_selection
    unless @rowSelectionStart.nil? then
      rows.at(@rowSelectionStart.min(@rowSelectionEnd))
    end
  end