require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setMargins_TB (float $margin)
void Worksheet::setMargins_TB
Set the top and bottom margins to the same value in inches.
float $margin - The margin to set in inches
This function can not be called statically.
Example 29-1. Using setMargins_TB()