You are here

public function PHPExcel_Cell::setXfIndex in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::setXfIndex()

* Set index to cellXf * *

Parameters

int $pValue: * @return PHPExcel_Cell

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php, line 987

Class

PHPExcel_Cell
PHPExcel_Cell

Code

public function setXfIndex($pValue = 0) {
  $this->_xfIndex = $pValue;
  return $this
    ->notifyCacheController();
}