Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17204 программиста и 1834 робота. Сейчас ищут 1638 программистов ...
Worksheet::repeatColumns
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::repeatColumns
Worksheet::repeatColumns – Set the columns to repeat at the left hand side of each printed page.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::repeatColumns ( integer $first_col , integer $last_col=NULL )
Set the columns to repeat at the left hand side of each printed page.
Parameter
-
integer $first_col - First column to repeat
-
integer $last_col - Last column to repeat. Optional.
Note
This function can not be called statically.
Example
Using repeatColumns()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer