Worksheet::setPortrait Worksheet::setPaper

Spreadsheet_Excel_Writer

PEAR Manual


Worksheet::setLandscape

Worksheet::setLandscape -- Set the page orientation as landscape.

Synopsis

      require_once "Spreadsheet/Excel/Writer.php";
     

void Worksheet::setLandscape ( )

Description

Set the page orientation as landscape.

Note

This function can not be called statically.

Example

Using setLandscape()

     
<?php

?>


Worksheet::setPortrait Worksheet::setPaper

Spreadsheet_Excel_Writer

PEAR Manual