Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17149 программистов и 1834 робота. Сейчас ищет 1671 программист ...
Format::setRightColor
Вернуться к: Spreadsheet_Excel_Writer
Format::setRightColor
Format::setRightColor – Sets the cell's right border color
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Format::setRightColor ( mixed $color )
Sets the cell's right border color
Parameter
-
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.
Note
This function can not be called statically.
Example
Using setRightColor()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer