You are here

public function PHPExcel_Writer_CSV::getSheetIndex in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php \PHPExcel_Writer_CSV::getSheetIndex()

* Get sheet index * *

Return value

int

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/CSV.php, line 255

Class

PHPExcel_Writer_CSV
PHPExcel_Writer_CSV

Code

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