PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
void Format::setBorder (integer $style)
void Format::setBorder
Set cells borders to the same style
integer $style - style to apply for all cell borders. 1 => thin, 2 => thick.
This function can not be called statically.
Example 37-1. Using setBorder()