Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17177 программистов и 1833 робота. Сейчас ищут 1715 программистов ...
Format::setBorder
Вернуться к: Spreadsheet_Excel_Writer
Format::setBorder
Format::setBorder – Set cells borders to the same style
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Format::setBorder ( integer $style )
Set cells borders to the same style
Parameter
-
integer $style - style to apply for all cell borders. 1 => thin, 2 => thick.
Note
This function can not be called statically.
Example
Using setBorder()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer