You are here

public function PHPExcel_Style_Borders::getLeft in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Borders.php \PHPExcel_Style_Borders::getLeft()

Get Left

Return value

PHPExcel_Style_Border

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/Borders.php, line 268

Class

PHPExcel_Style_Borders
PHPExcel_Style_Borders

Code

public function getLeft() {
  return $this->_left;
}