You are here

public function PHPExcel_Cell::getRow in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::getRow()

* Get cell coordinate row * *

Return value

int

1 call to PHPExcel_Cell::getRow()
PHPExcel_Cell::isInRange in vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php
* Is cell in a specific range? * *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php, line 161

Class

PHPExcel_Cell
PHPExcel_Cell

Code

public function getRow() {
  return $this->_parent
    ->getCurrentRow();
}