Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17165 программистов и 1833 робота. Сейчас ищет 1691 программист ...
Worksheet::printRowColHeaders
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::printRowColHeaders
Worksheet::printRowColHeaders – Set the option to print the row and column headers on the printed page.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::printRowColHeaders ( integer $print=1 )
Set the option to print the row and column headers on the printed page.
Parameter
-
integer $print - Whether to print the headers or not. Defaults to 1 (print).
Note
This function can not be called statically.
Example
Using printRowColHeaders()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer