You are here

public function PHPExcel_Worksheet_RowDimension::setXfIndex in Loft Data Grids 6.2

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

* Set index to cellXf * *

Parameters

int $pValue: * @return PHPExcel_Worksheet_RowDimension

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/RowDimension.php, line 246

Class

PHPExcel_Worksheet_RowDimension
PHPExcel_Worksheet_RowDimension

Code

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