previousWorksheet::writeCol (Previous) (Next) Worksheet::setSelectionnext

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

Worksheet::writeRow

Worksheet::writeRow – 値の配列を行に書き込む

Synopsis

require_once 'Spreadsheet/Excel/Writer/Worksheet.php';

mixed Worksheet::writeRow ( integer $row , integer $col , array $val , mixed $format = = null )

Description

This package is not documented yet.

Parameter

integer $row

書き込みたい行。

integer $col

書き込み先の最初の列 (いちばん左の列)。

array $val

書き込みたい値の配列。

mixed $format

オプションでセルに適用する書式。

Return value

失敗した場合に PEAR_Error を返します。

Throws

例外はスローされません。

Note

This function can not be called statically.

previousWorksheet::writeCol (Previous) (Next) Worksheet::setSelectionnext

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.