Worksheet::setVPagebreaks

Worksheet::setVPagebreaks -- Store the vertical page breaks on a worksheet (for printing).

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setVPagebreaks (array $breaks)

Description

Store the vertical page breaks on a worksheet (for printing). The breaks represent the column after which the break is inserted.

Parameter

Note

This function can not be called statically.

Example