You are here

public function PHPExcel_Reader_SYLK::setSheetIndex 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::setSheetIndex()

* Set sheet index * *

Parameters

int $pValue Sheet index: * @return PHPExcel_Reader_SYLK

File

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

Class

PHPExcel_Reader_SYLK
PHPExcel_Reader_SYLK

Code

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