Worksheet::setMarginBottom

Worksheet::setMarginBottom – Définit la marge inférieure, en pouces

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

Définit la marge inférieure, en pouces.

Parameter

  • float $margin - La marge à définir, en pouces

Note

This function can not be called statically.

Example

Exemple avec setMarginBottom()

<?php

?>