previousWorksheet::freezePanes (Previous) (Next) Worksheet::setPortraitnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Worksheet::thawPanes

Worksheet::thawPanes – Définit les volets et les marque comme non figés

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::thawPanes ( array $panes )

Description

Définit les volets et les marque comme non figés.

Parameter

  • array $panes - C'est le seul paramètre reçu et il est composé de : 0 => Position vertical du volet 1 => Position horizontal du volet 2 => Ligne supérieure visible 3 => Colonne la plus à gauche visible 4 => Volet actif

Note

This function can not be called statically.

Example

Exemple avec thawPanes()

<?php

?>
previousWorksheet::freezePanes (Previous) (Next) Worksheet::setPortraitnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.