Worksheet::freezePanes

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

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::freezePanes (array $panes)

Opis

Set panes and mark them as frozen. One can use this method to mark certain regions in the worksheet so that they are "frozen" in the sense that when scrolling through the worksheet these regions are not affected by the scrolling and remain where they are on the screen. This is the same functionality as provided by Microsoft Excel through the Window+Freeze Panes menu command.

Parametr

Uwagi

Ta funkcja nie może być wywołana statycznie.

Przykład