Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17183 программиста и 1833 робота. Сейчас ищут 1726 программистов ...
Worksheet::setOutline
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::setOutline
Worksheet::setOutline – This method sets the properties for outlining and grouping
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::setOutline ( bool $visible=true , bool $symbols_below=true , bool $symbols_right=true , bool $auto_style=false )
This method sets the properties for outlining and grouping. The defaults correspond to Excel's defaults.
Parameter
-
bool $visible -
-
bool $symbols_below -
-
bool $symbols_right -
-
bool $auto_style -
Note
This function can not be called statically.
Example
Using setOutline()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer