public function PHPExcel::getActiveSheetIndex in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel.php \PHPExcel::getActiveSheetIndex()
Get active sheet index
Return value
int Active sheet index
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel.php, line 671
Class
- PHPExcel
- PHPExcel
Code
public function getActiveSheetIndex() {
return $this->_activeSheetIndex;
}