public function PHPExcel_Shared_OLE::ppsTotal in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE.php \PHPExcel_Shared_OLE::ppsTotal()
* Gives the total number of PPS's found in the OLE container. * * @access public *
Return value
integer The total number of PPS's found in the OLE container
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ OLE.php, line 393
Class
- PHPExcel_Shared_OLE
- OLE package base class.
Code
public function ppsTotal() {
return count($this->_list);
}