Workbook::&addFormat

Workbook::&addFormat -- Add a new format to the Excel workbook.

Referentiesamenvatting

require_once "Spreadsheet/Excel/Writer.php";

object reference Workbook::&addFormat ([array $properties=array()])

Beschrijving

Add a new format to the Excel workbook. Also, pass any properties to the Format constructor. Valid properties are:

Parameter

Return waarde

object reference - to an Excel Format

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld