public function PHPExcel_Worksheet::hasCodeName in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::hasCodeName()
* Sheet has a code name ? *
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 2942
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function hasCodeName() {
return !is_null($this->_codeName);
}