You are here

public function PHPExcel_Worksheet::getActiveCell in Loft Data Grids 6.2

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

Get active cell

Return value

string Example: 'A1'

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 2302

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getActiveCell() {
  return $this->_activeCell;
}