| Format::setLeftColor | Format::setFgColor |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Format::setRightColor (
mixed $color
)
Sets the cell's right border color
mixed $color - either a string (like 'blue'), or an integer (range is [8...63]).
Please see the "Using colors" section of the manual for more information.
This function can not be called statically.
Using setRightColor()
|
| Format::setLeftColor | Format::setFgColor |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |