You are here

public function PHPExcel_WorksheetIterator::rewind in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/WorksheetIterator.php \PHPExcel_WorksheetIterator::rewind()

Rewind iterator

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/WorksheetIterator.php, line 76

Class

PHPExcel_WorksheetIterator
PHPExcel_WorksheetIterator

Code

public function rewind() {
  $this->_position = 0;
}