function PHPExcel_Writer_Excel5_Worksheet::printRowColHeaders in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php \PHPExcel_Writer_Excel5_Worksheet::printRowColHeaders()
* Set the option to print the row and column headers on the printed page. * * @access public *
Parameters
integer $print Whether to print the headers or not. Defaults to 1 (print).:
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/ Worksheet.php, line 609
Class
- PHPExcel_Writer_Excel5_Worksheet
- PHPExcel_Writer_Excel5_Worksheet
Code
function printRowColHeaders($print = 1) {
$this->_print_headers = $print;
}