Format::setBorder
Format::setBorder -- Set cells borders to the same style
Synopsis
require_once "Spreadsheet/Excel/Writer.php"; |
void Format::setBorder (integer $style)
Description
Set cells borders to the same style
Note
This function can not be called
statically.
Example
Example 43-1. Using setBorder() |