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