For example I need get only second row in current sheet without foreach.
foreach ( $sheet->getRowIterator() as $row) { ... }
. How access to $sheet->getRowIterator() by index without foreach, or how start foreach from another position, not from beginning.