You are here

public function PHPExcel_Style::getIndex in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php \PHPExcel_Style::getIndex()

Get own index in style collection

Return value

int

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Style.php, line 653

Class

PHPExcel_Style
PHPExcel_Style

Code

public function getIndex() {
  return $this->_index;
}