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