Worksheet::writeNote

Worksheet::writeNote -- Writes a note associated with the cell given by the row and column.

Referentiesamenvatting

require_once "Spreadsheet/Excel/Writer.php";

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

Beschrijving

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

Parameter

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld