Format::setPattern

Format::setPattern -- Sets the fill pattern attribute of a cell

Áttekintés

require_once "Spreadsheet/Excel/Writer.php";

void Format::setPattern ([integer $arg=1])

Leírás

Sets the fill pattern attribute of a cell. Use in combination with the setBgColor() and setFgColor() methods.

The example entitled "How background and foreground colors interact with patterns" is very helpful.

Paraméterek

Megjegyzés

Ez a függvény nem hívható statikusan.

Példa

Lásd

setFgColor(), setBgColor(), setColor()