Format::setBorderColor

Format::setBorderColor -- Sets all the cell's borders to the same color

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setBorderColor (mixed $color)

Description

Sets all the cell's borders to the same color

Parameter

Note

This function can not be called statically

Example