You are here

public function PHPExcel_NamedRange::getScope in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/NamedRange.php \PHPExcel_NamedRange::getScope()

Get scope

Return value

PHPExcel_Worksheet|null

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/NamedRange.php, line 206

Class

PHPExcel_NamedRange
PHPExcel_NamedRange

Code

public function getScope() {
  return $this->_scope;
}