You are here

public function PHPExcel_Worksheet::getPrintGridlines in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php \PHPExcel_Worksheet::getPrintGridlines()

Print gridlines?

Return value

boolean

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php, line 2145

Class

PHPExcel_Worksheet
PHPExcel_Worksheet

Code

public function getPrintGridlines() {
  return $this->_printGridlines;
}