You are here

public function PHPExcel_Worksheet_Row::getRowIndex in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Row.php \PHPExcel_Worksheet_Row::getRowIndex()

* Get row index * *

Return value

int

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/Row.php, line 78

Class

PHPExcel_Worksheet_Row
PHPExcel_Worksheet_Row

Code

public function getRowIndex() {
  return $this->_rowIndex;
}