public function PHPExcel_Style::getFill in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php \PHPExcel_Style::getFill()
Get Fill
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Style.php, line 500
Class
- PHPExcel_Style
- PHPExcel_Style
Code
public function getFill() {
return $this->_fill;
}