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

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

Worksheet::writeNote

Worksheet::writeNote – 指定した行・列に関連付けるコメントを書き込む

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

指定した行・列に関連付けるコメントを書き込みます。 コメントの長さに制限はありません。

Parameter

  • integer $row - ゼロから数えた行番号。

  • integer $col - ゼロから数えた列番号。

  • string $note - 書き込むコメント。

Note

This function can not be called statically.

Example

writeNote() の使用法

<?php

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

Download Documentation Last updated: Sun, 21 Jun 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.