public function PHPExcel::getCellXfByIndex in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getCellXfByIndex()
Get cellXf by index
Parameters
int $pIndex:
Return value
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 887
Class
- PHPExcel
- PHPExcel
Code
public function getCellXfByIndex($pIndex = 0) {
return $this->_cellXfCollection[$pIndex];
}