public function PHPExcel_Cell_Hyperlink::setTooltip in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/Hyperlink.php \PHPExcel_Cell_Hyperlink::setTooltip()
Set tooltip
Parameters
string $value:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell/ Hyperlink.php, line 100
Class
- PHPExcel_Cell_Hyperlink
- PHPExcel_Cell_Hyperlink
Code
public function setTooltip($value = '') {
$this->_tooltip = $value;
return $this;
}