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::centerVertically ([integer $center=1])
void Worksheet::centerVertically
Center the page vertically.
integer $center - the optional value for centering. Defaults to 1 (center).
This function can not be called statically.
Example 37-1. Using centerVertically()