You are here

public function PHPExcel_Worksheet_RowIterator::current in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/RowIterator.php \PHPExcel_Worksheet_RowIterator::current()

* Return the current row in this worksheet * *

Return value

PHPExcel_Worksheet_Row

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/RowIterator.php, line 144

Class

PHPExcel_Worksheet_RowIterator
PHPExcel_Worksheet_RowIterator

Code

public function current() {
  return new PHPExcel_Worksheet_Row($this->_subject, $this->_position);
}