You are here

public function PHPExcel_Writer_Excel5_Xf::setFontIndex in Loft Data Grids 6.2

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

* Set the font index. * *

Parameters

int $value Font index, note that value 4 does not exist:

File

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

Class

PHPExcel_Writer_Excel5_Xf
PHPExcel_Writer_Excel5_Xf

Code

public function setFontIndex($value) {
  $this->_fontIndex = $value;
}