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 – Writes a note associated with the cell given by the row and column.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

Writes a note associated with the cell given by the row and column. NOTE records don't have a length limit.

Parameter

  • integer $row - Zero indexed row

  • integer $col - Zero indexed column

  • string $note - The note to write

Note

This function can not be called statically.

Example

Using 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.