public function PHPExcel_Chart_DataSeriesValues::setFormatCode in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/DataSeriesValues.php \PHPExcel_Chart_DataSeriesValues::setFormatCode()
* Set Series Format Code * *
Parameters
string $formatCode: * @return PHPExcel_Chart_DataSeriesValues
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Chart/ DataSeriesValues.php, line 192
Class
- PHPExcel_Chart_DataSeriesValues
- PHPExcel_Chart_DataSeriesValues
Code
public function setFormatCode($formatCode = null) {
$this->_formatCode = $formatCode;
return $this;
}