public function PHPExcel_Worksheet_ColumnDimension::setWidth in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/ColumnDimension.php \PHPExcel_Worksheet_ColumnDimension::setWidth()
Set Width
Parameters
double $pValue:
Return value
PHPExcel_Worksheet_ColumnDimension
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ ColumnDimension.php, line 138
Class
- PHPExcel_Worksheet_ColumnDimension
- PHPExcel_Worksheet_ColumnDimension
Code
public function setWidth($pValue = -1) {
$this->_width = $pValue;
return $this;
}