You are here

public function PHPExcel_Cell::getXfIndex 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::getXfIndex()

* Get index to cellXf * *

Return value

int

File

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

Class

PHPExcel_Cell
PHPExcel_Cell

Code

public function getXfIndex() {
  return $this->_xfIndex;
}