Worksheet::mergeCells

Worksheet::mergeCells -- This is an Excel97/2000 method. It is required to perform more complicated

Referentiesamenvatting

require_once "Spreadsheet/Excel/Writer.php";

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

Beschrijving

This is an Excel97/2000 method. It is required to perform more complicated merging than the normal setAlign('merge'). It merges the area given by its arguments.

Parameter

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld