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()