Worksheet::setLandscape
Worksheet::setLandscape – Set the page orientation as landscape.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setLandscape (
)
Описание
Set the page orientation as landscape.
Замечание
This function can not be called statically.
Пример
Using setLandscape()
<?php
?>