Worksheet::thawPanes
Worksheet::thawPanes – Set panes and mark them as unfrozen.
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::thawPanes (
array $panes
)
Description
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
?>