Format::setFgColor

Format::setFgColor -- Sets the cell's foreground color

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setFgColor (mixed $color)

Description

Sets the cell's foreground color

Parameter

Note

This function can not be called statically

Example