Worksheet::freezePanes

Worksheet::freezePanes -- Set panes and mark them as frozen.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::freezePanes (array $panes)

Description

Set panes and mark them as frozen.

Parameter

Note

This function can not be called statically.

Example