previousWorksheet::repeatColumns (Previous) (Next) Worksheet::hideGridlinesnext

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

Worksheet::printArea

Worksheet::printArea – Définit la zone d'impression pour chaque feuille de travail

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::printArea ( integer $first_row , integer $first_col , integer $last_row , integer $last_col )

Description

Définit la zone d'impression pour chaque feuille de travail.

Parameter

  • integer $first_row - Première ligne de la zone d'impression

  • integer $first_col - Première colonne de la zone d'impression

  • integer $last_row - Dernière ligne de la zone d'impression

  • integer $last_col - Dernière colonne de la zone d'impression

Note

This function can not be called statically.

Example

Exemple avec printArea()

<?php

?>
previousWorksheet::repeatColumns (Previous) (Next) Worksheet::hideGridlinesnext

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.