| Worksheet::protect | Worksheet::setSelection |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Worksheet::setColumn (
integer $firstcol
,
integer $lastcol
,
float $width
,
mixed $format=0
,
integer $hidden=0
)
Set the width of a single column or a range of columns.
integer $firstcol - first column on the range
integer $lastcol - last column on the range
float $width - width to set
mixed $format - The optional XF format to apply to the columns
integer $hidden - The optional hidden atribute
This function can not be called statically.
Using setColumn()
|
| Worksheet::protect | Worksheet::setSelection |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |