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::setHPagebreaks (array $breaks)
void Worksheet::setHPagebreaks
Store the horizontal page breaks on a worksheet (for printing). The breaks represent the row after which the break is inserted.
array $breaks - Array containing the horizontal page breaks
This function can not be called statically.
Example 37-1. Using setHPagebreaks()