You are here

public function PHPExcel_Worksheet_ColumnIterator::rewind in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/ColumnIterator.php \PHPExcel_Worksheet_ColumnIterator::rewind()

* Rewind the iterator to the starting column

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/ColumnIterator.php, line 138

Class

PHPExcel_Worksheet_ColumnIterator
PHPExcel_Worksheet_ColumnIterator

Code

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