previousWorksheet::setFooter (Previous) (Next) Worksheet::centerHorizontallynext

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

Worksheet::setMerge

Worksheet::setMerge – 結合されるセルの範囲を設定する

Synopsis

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

void Worksheet::setMerge ( integer $first_row , integer $first_col , integer $last_row , integer $last_col )

Description

This package is not documented yet.

Parameter

integer $first_row

結合範囲の最初の行。

integer $first_col

結合範囲の最初の列。

integer $last_row

結合範囲の最後の行。

integer $last_col

結合範囲の最後の列。

Throws

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

Note

This function can not be called statically.

previousWorksheet::setFooter (Previous) (Next) Worksheet::centerHorizontallynext

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.