require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::thawPanes (array $panes)
void Worksheet::thawPanes
Set panes and mark them as unfrozen.
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
This function can not be called statically.
Example 29-1. Using thawPanes()