public function PHPExcel_Chart_Layout::setWidth in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Layout.php \PHPExcel_Chart_Layout::setWidth()
* Set Width * *
Parameters
Width $value:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ Layout.php, line 272
Class
- PHPExcel_Chart_Layout
- PHPExcel_Chart_Layout
Code
public function setWidth($value) {
$this->_width = $value;
return $this;
}