public function PHPExcel_Worksheet::getTitle in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getTitle()
Get title
Return value
string
3 calls to PHPExcel_Worksheet::getTitle()
- PHPExcel_Worksheet::cellExists in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Does the cell at a specific coordinate exist?
- PHPExcel_Worksheet::setTitle in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Set title
- PHPExcel_Worksheet::__construct in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php - Create a new worksheet
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 817
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getTitle() {
return $this->_title;
}