Worksheet::freezePanes
Описание
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 + menu command.
Параметр
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
Пример
Пример 39-1. Using freezePanes()
If one needs to further specify the scrolling region, the following syntax can be used:
|
Пред. | Начало | След. |
Worksheet::setSelection | Уровень выше | Worksheet::thawPanes |