# File lib/Borges/Component/SelectionDateTable.rb, line 78
  def selected_rows
    return rows.copyFrom_to(self.startRow, self.end_row)
  end