Worksheet::setMargins_TB
Worksheet::setMargins_TB -- Set the top and bottom margins to the same value in inches.
概要
require_once "Spreadsheet/Excel/Writer.php"; |
void Worksheet::setMargins_TB (float $margin)
説明
Set the top and bottom margins to the same value in inches.
注意
この関数は、スタティックにコールする
ことはできません。
例
例 37-1Using setMargins_TB() |