Format::setBgColor

Format::setBgColor -- Sets the cell's background color

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setBgColor (mixed $color)

Description

Sets the cell's background color. This methods doesn't appear to have any effect in a cell if you are using the default pattern (see setPattern()).

Parameter

Note

This function can not be called statically.

Example