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