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