public function PHPExcel_Worksheet::getHyperlinkCollection in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getHyperlinkCollection()
Get collection of hyperlinks
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet.php, line 2719
Class
- PHPExcel_Worksheet
- PHPExcel_Worksheet
Code
public function getHyperlinkCollection() {
return $this->_hyperlinkCollection;
}