void Worksheet::setVPagebreaks (
array $breaks
)
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.
Using setVPagebreaks()
<?php
?>