You are here

public function PHPExcel_Reader_CSV::setSheetIndex in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php \PHPExcel_Reader_CSV::setSheetIndex()

* Set sheet index * *

Parameters

integer $pValue Sheet index: * @return PHPExcel_Reader_CSV

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/CSV.php, line 358

Class

PHPExcel_Reader_CSV
PHPExcel_Reader_CSV

Code

public function setSheetIndex($pValue = 0) {
  $this->_sheetIndex = $pValue;
  return $this;
}