You are here

public function PHPExcel_Reader_SYLK::getSheetIndex in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php \PHPExcel_Reader_SYLK::getSheetIndex()

* Get sheet index * *

Return value

int

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php, line 435

Class

PHPExcel_Reader_SYLK
PHPExcel_Reader_SYLK

Code

public function getSheetIndex() {
  return $this->_sheetIndex;
}