PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setVPagebreaks (array $breaks)
void Worksheet::setVPagebreaks
Store the vertical page breaks on a worksheet (for printing). The breaks represent the column after which the break is inserted.
array $breaks - Array containing the vertical page breaks
This function can not be called statically.
Example 37-1. Using setVPagebreaks()