previousWorksheet::writeString (Previous) (Next) Worksheet::writeBlanknext

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

Worksheet::writeNote

Worksheet::writeNote – Écrit une note associée à la cellule spécifiée par une ligne et une colonne

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::writeNote ( integer $row , integer $col , string $note )

Description

Écrit une note associée à la cellule spécifiée par une ligne et une colonne. NOTE : les enregistrements n'ont pas de taille limite.

Parameter

  • integer $row - Ligne indexée à partir de zéro

  • integer $col - Colonne indexée à partir de zéro

  • string $note - La note à écrire

Note

This function can not be called statically.

Example

Exemple avec writeNote()

<?php

?>
previousWorksheet::writeString (Previous) (Next) Worksheet::writeBlanknext

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.