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