Worksheet::setColumn

Worksheet::setColumn -- Set the width of a single column or a range of columns.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::setColumn (integer $firstcol, integer $lastcol, integer $width [, mixed $format=0 [, integer $hidden=0]])

Description

Set the width of a single column or a range of columns.

Parameter

Note

This function can not be called statically.

Example