You are here

public function PHPExcel_Writer_Excel5_Xf::setIsStyleXf in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Xf.php \PHPExcel_Writer_Excel5_Xf::setIsStyleXf()

* Is this a style XF ? * *

Parameters

boolean $value:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel5/Xf.php, line 274

Class

PHPExcel_Writer_Excel5_Xf
PHPExcel_Writer_Excel5_Xf

Code

public function setIsStyleXf($value) {
  $this->_isStyleXf = $value;
}