You are here

public function PHPExcel_Style_Supervisor::getIsSupervisor in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Supervisor.php \PHPExcel_Style_Supervisor::getIsSupervisor()

* Is this a supervisor or a cell style component? * *

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Supervisor.php, line 82

Class

PHPExcel_Style_Supervisor
PHPExcel_Style_Supervisor

Code

public function getIsSupervisor() {
  return $this->_isSupervisor;
}