| Format::setColor | Format::setUnderline |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Format::setPattern (
integer $arg=1
)
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.
integer $arg - Optional. Defaults to 1. Meaningful values are: 0-18. 0 = no background. 1 = solid "background" using the color set by setFgColor().
This function can not be called statically.
How background and foreground colors interact with patterns
|
| Format::setColor | Format::setUnderline |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |