Worksheet::setMargins Worksheet::setMargins_TB

Spreadsheet_Excel_Writer

PEAR Manual


Worksheet::setMargins_LR

Worksheet::setMargins_LR -- Set the left and right margins to the same value in inches.

Synopsis

      require_once "Spreadsheet/Excel/Writer.php";
     

void Worksheet::setMargins_LR ( float $margin )

Description

Set the left and right 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_LR()

     
<?php

?>


Worksheet::setMargins Worksheet::setMargins_TB

Spreadsheet_Excel_Writer

PEAR Manual