Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17183 программиста и 1833 робота. Сейчас ищут 1726 программистов ...
Worksheet::setMarginLeft
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::setMarginLeft
Worksheet::setMarginLeft – Set the left margin in inches.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setMarginLeft ( float $margin=0.75 )
Set the left margin in inches.
Parameter
-
float $margin - The margin to set in inches
Note
This function can not be called statically.
Example
Using setMarginLeft()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer