Worksheet::setMarginLeft

Worksheet::setMarginLeft – 左の余白をインチで設定する

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setMarginLeft ( float $margin=0.75 )

Description

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

Parameter

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

Note

This function can not be called statically.

Example

setMarginLeft() の使用法

<?php

?>