You are here

public function PHPExcel::getCellXfByIndex in Loft Data Grids 6.2

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

Get cellXf by index

Parameters

int $pIndex:

Return value

PHPExcel_Style

File

vendor/phpoffice/phpexcel/Classes/PHPExcel.php, line 887

Class

PHPExcel
PHPExcel

Code

public function getCellXfByIndex($pIndex = 0) {
  return $this->_cellXfCollection[$pIndex];
}