Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16490 программистов и 1770 роботов. Сейчас ищут 1412 программистов ...
Worksheet::thawPanes
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::thawPanes
Worksheet::thawPanes – Set panes and mark them as unfrozen.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::thawPanes ( array $panes )
Set panes and mark them as unfrozen.
Parameter
-
array $panes - This is the only parameter received and is composed of the following: 0 => Vertical split position, 1 => Horizontal split position 2 => Top row visible 3 => Leftmost column visible 4 => Active pane
Note
This function can not be called statically.
Example
Using thawPanes()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer