Worksheet::setMarginBottom

Worksheet::setMarginBottom – 下の余白をインチで設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setMarginBottom ( float $margin=1 )

Description

下の余白をインチで設定します。

Parameter

  • float $margin - 余白に設定する値 (インチ)。

Note

This function can not be called statically.

Example

setMarginBottom() の使用法

<?php

?>