You are here

public function PHPExcel::getCellXfSupervisor in Loft Data Grids 7.2

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

Get the cellXf supervisor

Return value

PHPExcel_Style

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 980

Class

PHPExcel
PHPExcel

Code

public function getCellXfSupervisor() {
  return $this->_cellXfSupervisor;
}